| Package | org.spicefactory.parsley.tag.model |
| Class | public class ObjectTypeReference |
| Inheritance | ObjectTypeReference Object |
| Implements | ResolvableValue |
| Property | Defined By | ||
|---|---|---|---|
| required : Boolean [read-only]
Indicates whether this instance represents a required dependency. | ObjectTypeReference | ||
| type : ClassInfo [read-only]
The type of the referenced object. | ObjectTypeReference | ||
| Method | Defined By | ||
|---|---|---|---|
ObjectTypeReference(type:ClassInfo, required:Boolean = true)
Creates a new instance. | ObjectTypeReference | ||
resolve(target:ManagedObject):* | ObjectTypeReference | ||
| required | property |
required:Boolean [read-only] Indicates whether this instance represents a required dependency.
public function get required():Boolean| type | property |
type:ClassInfo [read-only] The type of the referenced object.
public function get type():ClassInfo| ObjectTypeReference | () | Constructor |
public function ObjectTypeReference(type:ClassInfo, required:Boolean = true)Creates a new instance.
Parameterstype:ClassInfo — the type of the referenced object
| |
required:Boolean (default = true) — whether this instance represents a required dependency
|
| resolve | () | method |