Module: baja/ord/OrdTarget

Defines OrdTarget (not exposed on baja namespace).


new (require("baja/ord/OrdTarget"))( [base])

ORD Target.

This constructor shouldn't be invoked directly.

Extends:
Parameters:
Name Type Argument Description
base module:baja/ord/OrdTarget <optional>

the base ORD Target

Methods


equals(obj)

Indicates whether some other object is equal to this one.

Parameters:
Name Type Description
obj Object

the reference object with which to compare.

Inherited From:
Returns:

true if this object is the same as the obj argument; false otherwise.

Type
Boolean

getComponent()

Return the Component for the ORD Target.

Returns:
Type
baja.Component

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:
Type
baja.Object

valueOf()

Return the inner value of the object.

By default the object's instance is returned.

Inherited From:
Returns:

the inner value of the object or just the object's instance.

Type
*