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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
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 class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.part._QuantityUnit
getLocaleSet, getQuantityUnitDefault, getQuantityUnitSet, getValueSet, newQuantityUnit, reloadEnumeratedTypeWithCustomValues, toQuantityUnit, valueSetMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
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
-