| Package | com.lafabrick.reflex.ioc.property |
| Class | public class PropertyType |
See also
| Constant | Defined 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 | ||
| ARRAY | constant |
public static const ARRAY:String = "Array"Define the type Array
| ARRAY_COLLECTION | constant |
public static const ARRAY_COLLECTION:String = "ArrayCollection"Define the type ArrayCollection
| BOOLEAN | constant |
public static const BOOLEAN:String = "Boolean"Define the type Boolean
| DATE | constant |
public static const DATE:String = "Date"Define the type Date
| INT | constant |
public static const INT:String = "int"Define the type int
| NUMBER | constant |
public static const NUMBER:String = "Number"Define the type Number
| OBJECT | constant |
public static const OBJECT:String = "IocObject"Define the type Object
| STRING | constant |
public static const STRING:String = "String"Define the type String