public abstract class AbstractSingleConstraint extends AbstractConstraint implements SingleConstraint, ModelComponent
Constraint.Type
FALSE, TRUE
Modifier | Constructor and Description |
---|---|
protected |
AbstractSingleConstraint(String exprId) |
Modifier and Type | Method and Description |
---|---|
static AbstractSingleConstraint |
fromExpr(ExprViewItem expr) |
List<Constraint> |
getChildren() |
String |
getExprId() |
Index |
getIndex() |
String[] |
getReactiveProps() |
void |
setIndex(Index index) |
void |
setReactiveProps(String[] reactiveProps) |
String |
toString() |
and, or, with
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createConstraint, getPredicate, getType, getVariables, isTemporal
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel, isEqualTo
protected AbstractSingleConstraint(String exprId)
public List<Constraint> getChildren()
getChildren
in interface Constraint
public Index getIndex()
getIndex
in interface SingleConstraint
public void setIndex(Index index)
public String[] getReactiveProps()
getReactiveProps
in interface SingleConstraint
public void setReactiveProps(String[] reactiveProps)
public String getExprId()
getExprId
in interface SingleConstraint
public static AbstractSingleConstraint fromExpr(ExprViewItem expr)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.