Packagesystem.reflection
Classpublic class AccessorType
InheritanceAccessorType Inheritance Enum Inheritance Object

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.