Package wt.change2
Class ReviseImpact
java.lang.Object
wt.fc.EnumeratedType
wt.change2._ReviseImpact
wt.change2.ReviseImpact
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
Indicates the impact of a revision on the tasks associated with a change
item.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReviseImpactRepresents an impact meaning it's okay to proceed, without modifying the change object task.static final ReviseImpactRepresents an impact meaning the change object task should be modified prior to proceeding.Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.change2._ReviseImpact
getReviseImpactDefault, getReviseImpactSet, getValueSet, toReviseImpactMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
PROCEED
Represents an impact meaning it's okay to proceed, without modifying the change object task.
Supported API: true -
REVISE
Represents an impact meaning the change object task should be modified prior to proceeding.
Supported API: true
-