Package wt.part

Class QuantityUnit

All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType(supportedAPI=PUBLIC) public final class QuantityUnit extends _QuantityUnit
An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • EA

      public static final QuantityUnit EA


      Supported API: true
    • AS_NEEDED

      public static final QuantityUnit AS_NEEDED


      Supported API: true
    • KG

      public static final QuantityUnit KG


      Supported API: true
    • M

      public static final QuantityUnit M


      Supported API: true
    • L

      public static final QuantityUnit L


      Supported API: true
    • SQ_M

      public static final QuantityUnit SQ_M


      Supported API: true
    • CU_M

      public static final QuantityUnit CU_M


      Supported API: true