| Modifier and Type | Method and Description |
|---|---|
Expression |
Expression.and(String variable,
BigDecimal value)
Sets a variable value.
|
Expression |
Expression.and(String variable,
String value)
Sets a variable value.
|
Expression |
Expression.setPrecision(int precision)
Sets the precision for expression evaluation.
|
Expression |
Expression.setRoundingMode(RoundingMode roundingMode)
Sets the rounding mode for expression evaluation.
|
Expression |
Expression.setVariable(String variable,
BigDecimal value)
Sets a variable value.
|
Expression |
Expression.setVariable(String variable,
String value)
Sets a variable value.
|
Expression |
Expression.with(String variable,
BigDecimal value)
Sets a variable value.
|
Expression |
Expression.with(String variable,
String value)
Sets a variable value.
|
Copyright © 2016 Udo Klimaschewski. All rights reserved.