Packagecom.lafabrick.reflex.ioc.property
Classpublic class Property

Definition of a property, used by the class XMLObjectConverter


Example
  
  var myProperty:Property = new Property( "title", PropertyType.STRING );
  
  

See also

com.lafabrick.reflex.ioc.object.IocObject
com.lafabrick.reflex.ioc.XMLObjectConverter


Public Properties
 PropertyDefined by
  name : String
name of the property
Property
  type : String
type of the property
Property
Public Methods
 MethodDefined by
  
Property(name:String, type:String)
Define a property
Property
Property detail
nameproperty
public var name:String

name of the property

typeproperty 
public var type:String

type of the property

See also

Constructor detail
Property()constructor
public function Property(name:String, type:String)

Define a property

Parameters
name:String — the name of the property
 
type:String — the type of the property