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