Packageorg.spicefactory.parsley.core.builder.ref
Classpublic class ObjectTypeReferenceArray
InheritanceObjectTypeReferenceArray Inheritance Object
Implements ResolvableValue

Represent a reference to an object in the Parsley Context by type.



Public Methods
 MethodDefined By
  
Creates a new instance.
ObjectTypeReferenceArray
  
ObjectTypeReferenceArray
Constructor Detail
ObjectTypeReferenceArray()Constructor
public function ObjectTypeReferenceArray(type:ClassInfo)

Creates a new instance.

Parameters
type:ClassInfo — the type of the referenced objects
Method Detail
resolve()method
public function resolve(target:ManagedObject):*

Parameters

target:ManagedObject

Returns
*