Package adalid.core.expressions
Class XB.NumericExpressionBuilder.Conditional
java.lang.Object
adalid.core.expressions.XB.NumericExpressionBuilder.Conditional
- Enclosing class:
XB.NumericExpressionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionotherwise(NumericConditionalX conditional, SpecialNumericValue value) otherwise(NumericConditionalX conditional, NumericExpression value) otherwise(NumericConditionalX conditional, Number value) then(BooleanExpression booleanExpression, SpecialNumericValue value) then(BooleanExpression booleanExpression, NumericExpression value) then(BooleanExpression booleanExpression, Number value)
-
Constructor Details
-
Conditional
public Conditional()
-
-
Method Details
-
then
-
then
-
then
-
otherwise
-
otherwise
-
otherwise
-