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 Constraint
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object obj)
equals
in class Constraint
public int hashCode()
hashCode
in class Constraint
Copyright @ 2013-2018 VMware, Inc. All rights reserved.