vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.data.query
Class CompositeConstraint

java.lang.Object
  extended by com.vmware.vise.data.Constraint
      extended by com.vmware.vise.data.query.CompositeConstraint

@data
public class CompositeConstraint
extends Constraint

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


Field Summary
 Conjoiner conjoiner
          The conjunction operator (i.e., "And" or "Or") to apply on the nested constraints.
 Constraint[] nestedConstraints
          The nested or sub-constraints that this composite is made of.
 
Fields inherited from class com.vmware.vise.data.Constraint
targetType
 
Constructor Summary
CompositeConstraint()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nestedConstraints

public Constraint[] nestedConstraints
The nested or sub-constraints that this composite is made of.


conjoiner

public Conjoiner conjoiner
The conjunction operator (i.e., "And" or "Or") to apply on the nested constraints.

Constructor Detail

CompositeConstraint

public CompositeConstraint()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Constraint

hashCode

public int hashCode()
Overrides:
hashCode in class Constraint

vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.