| Package | com.vmware.data.query |
| Class | public class PropertyConstraint |
| Inheritance | PropertyConstraint Constraint Object |
Note: this class was generated from its Java counterpart PropertyConstraint
| Property | Defined 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 | ||
| propValue : Object | PropertyConstraint | ||
![]() | targetType : String
Type of objects targeted by this constraint. | Constraint | |
| comparableValue | property |
comparableValue:ObjectThe 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.
public function get comparableValue():Object public function set comparableValue(value:Object):void| comparator | property |
comparator:ComparatorThe operator to compare with
This property can be used as the source for data binding.
public function get comparator():Comparator public function set comparator(value:Comparator):void| propertyName | property |
propertyName:StringThe 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.
VMODL1 property names must never be qualified with resource model name (i.e. for resource type "VirtualMachine", property "name" is valid while "VirtualMachine/name" is not). VMODL2 property names must always be qualified with resource model name.
This property can be used as the source for data binding.
public function get propertyName():String public function set propertyName(value:String):void| propValue | property |
propValue:Object
This property can be used as the source for data binding.
public function get propValue():Object public function set propValue(value:Object):void