T - Type of value stored in termpublic interface TermNumeric<T> extends Term<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TermNumeric.Unit
These are available units in CSS
|
Term.Operator| Modifier and Type | Method and Description |
|---|---|
TermNumeric.Unit |
getUnit()
Returns unit of type or
null if not defined
for numeric types that does not allow units |
TermNumeric<T> |
setUnit(TermNumeric.Unit unit)
Sets unit
|
getOperator, getValue, setOperator, setValueTermNumeric.Unit getUnit()
null if not defined
for numeric types that does not allow unitsnullTermNumeric<T> setUnit(TermNumeric.Unit unit)
unit - Unit valueCopyright © 2014. All rights reserved.