Packageorg.spicefactory.parsley.core.builder.ref
Classpublic class NestedObject
InheritanceNestedObject Inheritance Object
Implements ResolvableValue

Represents an inline object reference.



Public Methods
 MethodDefined By
  
Creates a new instance.
NestedObject
  
NestedObject
Constructor Detail
NestedObject()Constructor
public function NestedObject(definition:DynamicObjectDefinition)

Creates a new instance.

Parameters
definition:DynamicObjectDefinition — the definition for the nested object
Method Detail
resolve()method
public function resolve(target:ManagedObject):*

Parameters

target:ManagedObject

Returns
*