Class OrdTarget
Extends
BaseBajaObj.
ORD Target.
This constructor shouldn't be invoked directly.
Defined in: ord.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <inner> |
OrdTarget(base)
|
| Method Attributes | Method Name and Description |
|---|---|
|
Return the Component for the ORD Target.
|
|
|
Return the object associated with this OrdTarget.
|
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Method Detail
{baja.Component}
getComponent()
Return the Component for the ORD Target.
- Returns:
- {baja.Component}
{baja.Object}
getObject()
Return the object associated with this OrdTarget.
This method will attempt to access any resolved value from its Property. If the resolved value wasn't resolved from a Property then the original resolved object is returned.
- Returns:
- {baja.Object}