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