Package wt.change2

Class 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
See Also:
  • Field Details

    • BASIC

      public static final ChangeNoticeComplexity 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

      public static final ChangeNoticeComplexity SIMPLE
      Static final constant meaning the change is simple (requires a simple approval process).

      Supported API: true
    • COMPLEX

      public static final ChangeNoticeComplexity COMPLEX
      Static final constant meaning the change is complex (requires a complex approval process).

      Supported API: true