Packagesystem.reflection
Classpublic class AccessorType
InheritanceAccessorType Inheritance Enum

This enumeration contains all accessor types.



Public Methods
 MethodDefined by
  
AccessorType(value:int, name:String)
Creates a new AccessorType instance.
AccessorType
 Inherited
toSource(indent:int = 0):String
Returns the source code String representation of the object.
Enum
 Inherited
toString():String
Returns the String representation of the object.
Enum
 Inherited
valueOf():int
Returns the primitive value of the object.
Enum
Public Constants
 ConstantDefined 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
Constructor detail
AccessorType()constructor
public function AccessorType(value:int, name:String)

Creates a new AccessorType instance.

Parameters
value:int — The value of the enumeration.
 
name:String — The name key of the enumeration.
Constant detail
readOnlyconstant
public static const readOnly:AccessorType

Determinates the "readOnly" accessor type value.

readWriteconstant 
public static const readWrite:AccessorType

Determinates the "readWrite" accessor type value.

writeOnlyconstant 
public static const writeOnly:AccessorType

Determinates the "writeOnly" accessor type value.