274275276277278279280281282283284
* @param value the string value. * @return the evaluated result. */ public String evaluate(String value){ EnumEvaluator e = new EnumEvaluator(); e.compile(ec.getData().getCode()); return e.evaluate(value); } /** * Expressions table model.