Interface HasExpressionConstraint
-
- All Known Implementing Classes:
BaseSingleFieldConstraint,ConnectiveConstraint,SingleFieldConstraint,SingleFieldConstraintEBLeftSide
public interface HasExpressionConstraintThe Constraint has an Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionFormLinegetExpressionValue()voidsetExpressionValue(ExpressionFormLine expression)
-
-
-
Method Detail
-
getExpressionValue
ExpressionFormLine getExpressionValue()
-
setExpressionValue
void setExpressionValue(ExpressionFormLine expression)
-
-