public static interface Meter.Id
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseUnit() |
java.lang.String |
getConventionName() |
java.util.List<Tag> |
getConventionTags() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.Iterable<Tag> |
getTags() |
void |
setBaseUnit(java.lang.String baseUnit)
For use by registry implementations to change the identifier's base unit when it is determined
solely by the implementation, e.g.
|
void |
setType(Meter.Type type)
Associate this id with a specific type, sometimes used in the determinatio of a
convention name.
|
java.lang.String getName()
java.lang.Iterable<Tag> getTags()
java.lang.String getBaseUnit()
java.lang.String getDescription()
java.lang.String getConventionName()
java.util.List<Tag> getConventionTags()
void setType(Meter.Type type)
void setBaseUnit(java.lang.String baseUnit)