public class OrConstraints extends AbstractConstraint implements ModelComponent
Constraint.Type| Constructor and Description |
|---|
OrConstraints(Constraint... constraints) |
OrConstraints(List<Constraint> constraints) |
| Modifier and Type | Method and Description |
|---|---|
List<Constraint> |
getChildren() |
Constraint.Type |
getType() |
boolean |
isEqualTo(ModelComponent o) |
OrConstraints |
or(Constraint constraint) |
and, withclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic OrConstraints(List<Constraint> constraints)
public OrConstraints(Constraint... constraints)
public OrConstraints or(Constraint constraint)
or in class AbstractConstraintpublic List<Constraint> getChildren()
getChildren in interface Constraintpublic Constraint.Type getType()
getType in interface Constraintpublic boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.