| Package | system.reflection |
| Class | public class AccessorType |
| Inheritance | AccessorType Enum Object |
| Method | Defined By | ||
|---|---|---|---|
AccessorType(value:int, name:String)
Creates a new AccessorType instance. | AccessorType | ||
![]() | toSource(indent:int = 0):String
Returns the source code String representation of the object. | Enum | |
![]() | toString():String
Returns the String representation of the object. | Enum | |
![]() | valueOf():int
Returns the primitive value of the object. | Enum | |
| Constant | Defined By | ||
|---|---|---|---|
| readOnly : AccessorType [static]
Determinates the "readOnly" accessor type value. | AccessorType | ||
| readWrite : AccessorType [static]
Determinates the "readWrite" accessor type value. | AccessorType | ||
| writeOnly : AccessorType [static]
Determinates the "writeOnly" accessor type value. | AccessorType | ||
| AccessorType | () | Constructor |
public function AccessorType(value:int, name:String)Creates a new AccessorType instance.
Parametersvalue:int — The value of the enumeration.
| |
name:String — The name key of the enumeration.
|
| readOnly | Constant |
public static const readOnly:AccessorTypeDeterminates the "readOnly" accessor type value.
| readWrite | Constant |
public static const readWrite:AccessorTypeDeterminates the "readWrite" accessor type value.
| writeOnly | Constant |
public static const writeOnly:AccessorTypeDeterminates the "writeOnly" accessor type value.