public interface TemplateNumberModel extends TemplateModel
ArithmeticEngine.
Objects of this type should be immutable, that is, calling getAsNumber() should always return the same value
as for the first time.
NOTHING| Modifier and Type | Method and Description |
|---|---|
Number |
getAsNumber()
Returns the numeric value.
|
Number getAsNumber() throws TemplateModelException
null.Number instance associated with this number model.TemplateModelException