Packagecom.vmware.data.query
Classpublic class CompositeConstraint
InheritanceCompositeConstraint Inheritance Constraint Inheritance Object

Defines the matching criteria based on more than one type of Constraint

Note: this class was generated from its Java counterpart CompositeConstraint



Public Properties
 PropertyDefined 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
 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
conjoinerproperty
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.


Implementation
    public function get conjoiner():Conjoiner
    public function set conjoiner(value:Conjoiner):void
nestedConstraintsproperty 
nestedConstraints:Array

The nested or sub-constraints that this composite is made of.

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


Implementation
    public function get nestedConstraints():Array
    public function set nestedConstraints(value:Array):void