public abstract class AbstractConstraint extends Object implements Constraint
Constraint.Type
Constructor and Description |
---|
AbstractConstraint() |
Modifier and Type | Method and Description |
---|---|
AndConstraints |
and(Constraint constraint) |
OrConstraints |
or(Constraint constraint) |
MultipleConstraints |
with(Constraint constraint) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildren, getType
public OrConstraints or(Constraint constraint)
public MultipleConstraints with(Constraint constraint)
public AndConstraints and(Constraint constraint)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.