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

Constants defining the various type of available property for the converter of contents

See also

com.lafabrick.reflex.ioc.property.Property
com.lafabrick.reflex.ioc.object.IocObject


Public Constants
 ConstantDefined by
  ARRAY : String = "Array"
[static] Define the type Array
PropertyType
  ARRAY_COLLECTION : String = "ArrayCollection"
[static] Define the type ArrayCollection
PropertyType
  BOOLEAN : String = "Boolean"
[static] Define the type Boolean
PropertyType
  DATE : String = "Date"
[static] Define the type Date
PropertyType
  INT : String = "int"
[static] Define the type int
PropertyType
  NUMBER : String = "Number"
[static] Define the type Number
PropertyType
  OBJECT : String = "IocObject"
[static] Define the type Object
PropertyType
  STRING : String = "String"
[static] Define the type String
PropertyType
Constant detail
ARRAYconstant
public static const ARRAY:String = "Array"

Define the type Array

ARRAY_COLLECTIONconstant 
public static const ARRAY_COLLECTION:String = "ArrayCollection"

Define the type ArrayCollection

BOOLEANconstant 
public static const BOOLEAN:String = "Boolean"

Define the type Boolean

DATEconstant 
public static const DATE:String = "Date"

Define the type Date

INTconstant 
public static const INT:String = "int"

Define the type int

NUMBERconstant 
public static const NUMBER:String = "Number"

Define the type Number

OBJECTconstant 
public static const OBJECT:String = "IocObject"

Define the type Object

STRINGconstant 
public static const STRING:String = "String"

Define the type String