@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() |
| Modifier and Type | Method and Description |
|---|---|
CompositeConstraint |
clone()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public Constraint[] nestedConstraints
public Conjoiner conjoiner
public CompositeConstraint clone() throws java.lang.CloneNotSupportedException
clone in class Constraintjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object obj)
equals in class Constraintpublic int hashCode()
hashCode in class ConstraintCopyright @ 2013-2018 VMware, Inc. All rights reserved.