A member defined by getter and setter functions.
access:AccessorAccess [read-only]
Implementation
public function get access():AccessorAccess
metaData:Array [read-only]Implementation
public function get metaData():Array
public function Accessor(name:String, access:AccessorAccess, type:Type, declaringType:Type, isStatic:Boolean)
Creates a new Accessor instance.
Parameters
| name:String — the name of the variable
|
| |
| access:AccessorAccess — the access of the accessor
|
| |
| type:Type — the data type of the variable
|
| |
| declaringType:Type — the type that declares the variable
|
| |
| isStatic:Boolean — whether or not this member is static (class member)
|
public function isTransient():Boolean
Returns
Prana Framework 0.5 - 2008