Packagecom.vmware.data.query
Classpublic class ObjectIdentityConstraint
InheritanceObjectIdentityConstraint Inheritance Constraint Inheritance Object

Defines the matching criteria based on the object.

Note: this class was generated from its Java counterpart ObjectIdentityConstraint



Public Properties
 PropertyDefined By
  target : Object
The object to match
ObjectIdentityConstraint
 InheritedtargetType : String
Type of objects targeted by this constraint.
Constraint
Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Constraint
 Inherited
dispatchEvent(event:Event):Boolean
Constraint
 Inherited
hasEventListener(type:String):Boolean
Constraint
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Constraint
 Inherited
willTrigger(type:String):Boolean
Constraint
Property Detail
targetproperty
target:Object

The object to match

This property can be used as the source for data binding.


Implementation
    public function get target():Object
    public function set target(value:Object):void