Package wt.part
Class QuantityUnit
java.lang.Object
wt.fc.EnumeratedType
wt.part._QuantityUnit
wt.part.QuantityUnit
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
An enumeration of units of measure, with EA (each) meaning that the amount
in the
Supported API: true
Extendable: false
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final QuantityUnit
Supported API: truestatic final QuantityUnit
Supported API: truestatic final QuantityUnit
Supported API: truestatic final QuantityUnit
Supported API: truestatic final QuantityUnit
Supported API: truestatic final QuantityUnit
Supported API: truestatic final QuantityUnit
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.part._QuantityUnit
getQuantityUnitDefault, getQuantityUnitSet, getValueSet, toQuantityUnitMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
EA
Supported API: true -
AS_NEEDED
Supported API: true -
KG
Supported API: true -
M
Supported API: true -
L
Supported API: true -
SQ_M
Supported API: true -
CU_M
Supported API: true
-