Package wt.change2
Class InventoryDisposition
java.lang.Object
wt.fc.EnumeratedType
wt.change2._InventoryDisposition
wt.change2.InventoryDisposition
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(supportedAPI=PUBLIC)
public class InventoryDisposition
extends _InventoryDisposition
Types of inventory disposition values for setting the inventory dispositions
on change task affected objects.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: truestatic final InventoryDisposition
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.change2._InventoryDisposition
getInventoryDispositionDefault, getInventoryDispositionSet, getValueSet, toInventoryDispositionMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
USEEXISTING
Supported API: true -
CONVERT
Supported API: true -
RETURN
Supported API: true -
REWORK
Supported API: true -
SERVICE
Supported API: true -
REPAIR
Supported API: true -
RETROFIT
Supported API: true -
SCRAP
Supported API: true -
OBSOLETE
Supported API: true -
VERIFY
Supported API: true -
NOT_APPLICABLE
Supported API: true -
USE_AS_IS
Supported API: true -
OTHER
Supported API: true
-