|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.EnumeratedType
wt.configuration.TraceCode
public final class TraceCode
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static TraceCode |
LOT_NUMBER
Indicates that the object should be traced via a lot number. |
static TraceCode |
LOT_SERIAL_NUMBER
Indicates that the object should be traced via a lot/serial number. |
static TraceCode |
SERIAL_NUMBER
Indicates that the object should be traced via a serial number. |
static TraceCode |
UNTRACED
Indicates that the object should not be traced. |
| Fields inherited from interface wt.meta.EnumeratedType |
|---|
DEFAULT_VALUE, ORDER, SELECTABLE |
| Method Summary | |
|---|---|
static TraceCode |
getTraceCodeDefault()
Returns the default value (instance) for the TraceCode set. |
static TraceCode[] |
getTraceCodeSet()
Returns a copy of the set of valid values (instances) for the TraceCode class. |
EnumeratedType[] |
getValueSet()
Returns a copy of the set of valid values (instances) for this instance, for the current user locale. |
static TraceCode |
toTraceCode(String internal_value)
Returns the TraceCode instance for the internal_value argument. |
| Methods inherited from class wt.fc.EnumeratedType |
|---|
equals, getAbbreviatedDisplay, getDisplay, getDisplay, getFullDisplay, getLocalizedMessage, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TraceCode UNTRACED
public static final TraceCode SERIAL_NUMBER
public static final TraceCode LOT_NUMBER
public static final TraceCode LOT_SERIAL_NUMBER
| Method Detail |
|---|
public static TraceCode toTraceCode(String internal_value)
throws WTInvalidParameterException
internal_value - The internal (persistent) value for a valid instance of TraceCode.
WTInvalidParameterExceptionpublic static TraceCode getTraceCodeDefault()
public static TraceCode[] getTraceCodeSet()
public EnumeratedType[] getValueSet()
getValueSet in class EnumeratedType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||