@data public class CompositeConstraint extends Constraint
| Modifier and Type | Field and Description |
|---|---|
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.
|
targetType| Constructor and Description |
|---|
CompositeConstraint() |
public Constraint[] nestedConstraints
public Conjoiner conjoiner
public CompositeConstraint clone() throws CloneNotSupportedException
clone in class ConstraintCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class Constraintpublic int hashCode()
hashCode in class ConstraintCopyright @ 2012 VMware, Inc. All rights reserved.