| Package | org.spicefactory.parsley.object |
| Class | public class ArrayTag |
| Inheritance | ArrayTag Object |
| Implements | NestedConfigurationElement |
| Subclasses | ConstructorTag |
Default MXML Propertyvalues
| Property | Defined By | ||
|---|---|---|---|
| values : Array
The elements of the Array. | ArrayTag | ||
| Method | Defined By | ||
|---|---|---|---|
resolve(registry:ObjectDefinitionRegistry):Object
Returns the resolved value represented by this element. | ArrayTag | ||
| values | property |
public var values:ArrayThe elements of the Array.
| resolve | () | method |
public function resolve(registry:ObjectDefinitionRegistry):ObjectReturns the resolved value represented by this element.
Parameters
registry:ObjectDefinitionRegistry — the registry associated with this element
|
Object — the resolved value represented by this element
|