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:
-
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 interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.configuration._TraceCode
getTraceCodeDefault, getTraceCodeSet, getValueSet, toTraceCodeMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
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
-