| Package | org.spicefactory.lib.reflect.metadata |
| Class | public class Types |
| Constant | Defined by | ||
|---|---|---|---|
| CLASS : String = "class" [static]
Constant for classes.
| Types | ||
| CONSTRUCTOR : String = "constructor" [static]
Constant for constructors.
| Types | ||
| METHOD : String = "method" [static]
Constant for methods.
| Types | ||
| PROPERTY : String = "property" [static]
Constant for properties.
| Types | ||
| CLASS | constant |
public static const CLASS:String = "class"Constant for classes.
| CONSTRUCTOR | constant |
public static const CONSTRUCTOR:String = "constructor"Constant for constructors.
This type is included for future use. Currently the Flex SDK compiler ignores all metadata tags placed on constructors.
| METHOD | constant |
public static const METHOD:String = "method"Constant for methods.
| PROPERTY | constant |
public static const PROPERTY:String = "property"
Constant for properties. This includes properties declared with public getter and/or setter
methods as well as properties declared with var or const.