| Package | system.reflection |
| Class | public class AccessorType |
| Inheritance | AccessorType Enum |
| 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.