Package wt.configuration
Class TraceCode
java.lang.Object
wt.fc.EnumeratedType
wt.configuration._TraceCode
wt.configuration.TraceCode
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
Indicates whether an object should be traced and how it should be
traced when an instance of that object is created. Only traced
objects can be instantiated.
Supported API: true
Extendable: false
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 TraceCodeIndicates that the object should be traced via a lot number.static final TraceCodeIndicates that the object should be traced via a lot/serial number.static final TraceCodeIndicates that the object should be traced via a serial number.static final TraceCodeIndicates that the object should not be traced.Fields 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.configuration._TraceCode
getLocaleSet, getTraceCodeDefault, getTraceCodeSet, getValueSet, newTraceCode, reloadEnumeratedTypeWithCustomValues, toTraceCode, 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
-
UNTRACED
Indicates that the object should not be traced.
Supported API: true -
SERIAL_NUMBER
Indicates that the object should be traced via a serial number.
Supported API: true -
LOT_NUMBER
Indicates that the object should be traced via a lot number.
Supported API: true -
LOT_SERIAL_NUMBER
Indicates that the object should be traced via a lot/serial number.
Supported API: true
-