Interface HasUom

All Known Subinterfaces:
Quantity, QuantityOrRange, QuantityRange, Time, TimeOrRange, TimeRange
All Known Implementing Classes:
QuantityImpl, QuantityRangeImpl, TimeImpl, TimeRangeImpl

public interface HasUom

Tagging interface for data components that have a unit of measure

Since:
Nov 7, 2014
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the uom property
    void
    Sets the uom property
  • Method Details