public interface EnumWithUnits
| Modifier and Type | Method and Description |
|---|---|
java.lang.Enum<?> |
getUnit()
Get the unit (if any) for values for this Enum,
|
boolean |
isUnitARate()
Indicate whether values and units should be interpreted as a rate over an appropriate time unit
rather than a fixed quantity.
|
java.lang.Enum<?> getUnit()
boolean isUnitARate()