Package wt.part
Class OperationAllocationType
java.lang.Object
wt.fc.EnumeratedType
wt.part._OperationAllocationType
wt.part.OperationAllocationType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(supportedAPI=PUBLIC)
public final class OperationAllocationType
extends _OperationAllocationType
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperationAllocationType
Supported API: truestatic final OperationAllocationType
Supported API: truestatic final OperationAllocationType
Supported API: truestatic final OperationAllocationType
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.part._OperationAllocationType
getOperationAllocationTypeDefault, getOperationAllocationTypeSet, getValueSet, toOperationAllocationTypeMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
CONSUMED
Supported API: true -
PRODUCED
Supported API: true -
DESTROYED
Supported API: true -
DISASSEMBLED
Supported API: true
-