Package wt.change2

Class ReviseImpact

All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType(supportedAPI=PUBLIC) public class ReviseImpact extends _ReviseImpact
Indicates the impact of a revision on the tasks associated with a change item.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • PROCEED

      public static final ReviseImpact PROCEED
      Represents an impact meaning it's okay to proceed, without modifying the change object task.

      Supported API: true
    • REVISE

      public static final ReviseImpact REVISE
      Represents an impact meaning the change object task should be modified prior to proceeding.

      Supported API: true