Package wt.eff.format
Class EffType
java.lang.Object
wt.fc.EnumeratedType
wt.eff.format._EffType
wt.eff.format.EffType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
EffType is a specialization of
EnumeratedType to provide localizable effectivity format type values.
This class is used by the wt.eff.format package to record the type of the effectivity statement(s) currently being
processed. The localized values for states are maintained in a resource bundle EffTypeRB, and its locale
derivatives
Supported API: true
Extendable: false
- See Also:
-
EnumeratedTypewt.eff.EffTypeRB- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EffTypeStatic final constant
Supported API: truestatic final EffTypeStatic final constant
Supported API: truestatic final EffTypeStatic final constant
Supported API: truestatic final EffTypeStatic final constant
Supported API: truestatic final EffTypeStatic final constant
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.eff.format._EffType
getEffTypeDefault, getEffTypeSet, getValueSet, toEffTypeMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
SERIAL_NUMBER
Static final constant
Supported API: true -
LOT_NUMBER
Static final constant
Supported API: true -
DATE
Static final constant
Supported API: true -
MANUFACTURING_SEQUENCE_NUMBER
Static final constant
Supported API: true -
BLOCK
Static final constant
Supported API: true
-