| Package | potomac.bundle |
| Class | public class Variable |
| Inheritance | Variable Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Variable(name:String, type:String, metadata:String)
Callers should not construct Variable instances. | Variable | ||
| metadata | property |
metadata:String [read-only] The metadata string associated with the variable.
public function get metadata():String| name | property |
name:String [read-only] The name of the variable.
public function get name():String| type | property |
type:String [read-only] The fully qualified datatype of the variable.
public function get type():String| Variable | () | Constructor |
public function Variable(name:String, type:String, metadata:String)
Callers should not construct Variable instances. They are available via Extension.
name:String | |
type:String | |
metadata:String |