Package wt.change2
Class ChangeIntent
java.lang.Object
wt.fc.EnumeratedType
wt.change2._ChangeIntent
wt.change2.ChangeIntent
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
This class deteremine the accessible values of Change Intend attribute.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChangeIntentStatic final constant for the Change Intent Value Affected End Item
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Effectivity
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value New
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value None
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Obsolete
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value One-off Revised
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Part Uses
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Production Use
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Prototype Use
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Reference
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Revise
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Save As
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Service Use
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Supersede
Supported API: truestatic final ChangeIntentStatic final constant for the Change Intent Value Unincorporated Change
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.change2._ChangeIntent
getChangeIntentDefault, getChangeIntentSet, getValueSet, toChangeIntentMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
REVISE
Static final constant for the Change Intent Value Revise
Supported API: true -
SUPERSEDE
Static final constant for the Change Intent Value Supersede
Supported API: true -
NEW
Static final constant for the Change Intent Value New
Supported API: true -
SAVEAS
Static final constant for the Change Intent Value Save As
Supported API: true -
REFERENCE
Static final constant for the Change Intent Value Reference
Supported API: true -
NONE
Static final constant for the Change Intent Value None
Supported API: true -
PROTOTYPE_USE
Static final constant for the Change Intent Value Prototype Use
Supported API: true -
PRODUCTION_USE
Static final constant for the Change Intent Value Production Use
Supported API: true -
SERVICE_USE
Static final constant for the Change Intent Value Service Use
Supported API: true -
OBSOLETE
Static final constant for the Change Intent Value Obsolete
Supported API: true -
EFFECTIVITY
Static final constant for the Change Intent Value Effectivity
Supported API: true -
AFFECTED_END_ITEM
Static final constant for the Change Intent Value Affected End Item
Supported API: true -
ONEOFF_REVISED
Static final constant for the Change Intent Value One-off Revised
Supported API: true -
UNINCORPORATED_CHANGE
Static final constant for the Change Intent Value Unincorporated Change
Supported API: true -
PART_USES
Static final constant for the Change Intent Value Part Uses
Supported API: true
-