Package | com.vmware.data.query |
Class | public class PropertyConstraint |
Inheritance | PropertyConstraint ![]() ![]() |
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 | ||
![]() | targetType : String
Type of objects targeted by this constraint. | Constraint |
comparableValue | property |
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.
public function get comparableValue():Object
public function set comparableValue(value:Object):void
comparator | property |
comparator:Comparator
The 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: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.
public function get propertyName():String
public function set propertyName(value:String):void