Package wt.change2
Class ChangeNoticeComplexity
java.lang.Object
wt.fc.EnumeratedType
wt.change2._ChangeNoticeComplexity
wt.change2.ChangeNoticeComplexity
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(supportedAPI=PUBLIC)
public class ChangeNoticeComplexity
extends _ChangeNoticeComplexity
Complexity indicates the complexity of the WTChangeOrder2 which is used
in managing the lifecycle.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChangeNoticeComplexityStatic final constant meaning the change is basic(requires a simple approval process, and does not require an associated Change Request).static final ChangeNoticeComplexityStatic final constant meaning the change is complex (requires a complex approval process).static final ChangeNoticeComplexityStatic final constant meaning the change is simple (requires a simple approval process).Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.change2._ChangeNoticeComplexity
getChangeNoticeComplexityDefault, getChangeNoticeComplexitySet, getValueSet, toChangeNoticeComplexityMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
BASIC
Static final constant meaning the change is basic(requires a simple approval process, and does not require an associated Change Request).
Supported API: true -
SIMPLE
Static final constant meaning the change is simple (requires a simple approval process).
Supported API: true -
COMPLEX
Static final constant meaning the change is complex (requires a complex approval process).
Supported API: true
-