Packagepotomac.bundle
Classpublic class Variable
InheritanceVariable Inheritance Object

Variable represents a variable on which an extension was declared.



Public Properties
 PropertyDefined By
  metadata : String
[read-only] The metadata string associated with the variable.
Variable
  name : String
[read-only] The name of the variable.
Variable
  type : String
[read-only] The fully qualified datatype of the variable.
Variable
Public Methods
 MethodDefined By
  
Variable(name:String, type:String, metadata:String)
Callers should not construct Variable instances.
Variable
Property Detail
metadataproperty
metadata:String  [read-only]

The metadata string associated with the variable.


Implementation
    public function get metadata():String
nameproperty 
name:String  [read-only]

The name of the variable.


Implementation
    public function get name():String
typeproperty 
type:String  [read-only]

The fully qualified datatype of the variable.


Implementation
    public function get type():String
Constructor Detail
Variable()Constructor
public function Variable(name:String, type:String, metadata:String)

Callers should not construct Variable instances. They are available via Extension.

Parameters
name:String
 
type:String
 
metadata:String