Package | com.vmware.data.query |
Class | public class CompositeConstraint |
Inheritance | CompositeConstraint ![]() ![]() |
Note: this class was generated from its Java counterpart CompositeConstraint
Property | Defined By | ||
---|---|---|---|
conjoiner : Conjoiner
The conjunction operator (i.e., "And" or "Or") to apply on the nested constraints. | CompositeConstraint | ||
nestedConstraints : Array
The nested or sub-constraints that this composite is made of. | CompositeConstraint | ||
![]() | targetType : String
Type of objects targeted by this constraint. | Constraint |
conjoiner | property |
conjoiner:Conjoiner
The conjunction operator (i.e., "And" or "Or") to apply on the nested constraints.
This property can be used as the source for data binding.
public function get conjoiner():Conjoiner
public function set conjoiner(value:Conjoiner):void
nestedConstraints | property |
nestedConstraints:Array
The nested or sub-constraints that this composite is made of.
This property can be used as the source for data binding.
public function get nestedConstraints():Array
public function set nestedConstraints(value:Array):void