Packagecom.vmware.data.query
Classpublic class PropertyConstraint
InheritancePropertyConstraint Inheritance Constraint Inheritance Object

Defines the matching criteria based on property of the object. Eg. Virtual machines which are powered on.

Note: this class was generated from its Java counterpart PropertyConstraint



Public Properties
 PropertyDefined By
  comparableValue : Object
The value to compare with.
PropertyConstraint
  comparator : Comparator
The operator to compare with
PropertyConstraint
  propertyName : String
The property to be matched by this constraint Eg.
PropertyConstraint
 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
comparableValueproperty
comparableValue:Object

The value to compare with. Could be an array if the operator is a range operator

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


Implementation
    public function get comparableValue():Object
    public function set comparableValue(value:Object):void
comparatorproperty 
comparator:Comparator

The operator to compare with

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


Implementation
    public function get comparator():Comparator
    public function set comparator(value:Comparator):void
propertyNameproperty 
propertyName:String

The property to be matched by this constraint Eg. runtime.host

     Wildcards:
     The following wildcard can be used " to request all properties.
    
     Note that the wildcard " represents all properties of the kind implied
     by the interpretation context. E.g., if used in a PropertyConstraint with the
     operator TEXTUALLY_MATCHES, it'd imply all textual properties.
     

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


Implementation
    public function get propertyName():String
    public function set propertyName(value:String):void