Package wt.lifecycle

Class State

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

@GenAsEnumeratedType(supportedAPI=PUBLIC) public class State extends _State
State is a specialization of EnumeratedType to provide localizable state values. The localized values for states are maintained in a resource bundle StateRB, and its locale derivatives

Released is a required state.

Supported API: true

Extendable: false

See Also:
  • Field Details

    • INWORK

      public static final State INWORK
      Static final constant

      Supported API: true
    • UNDERREVIEW

      public static final State UNDERREVIEW
      Static final constant

      Supported API: true
    • RELEASED

      public static final State RELEASED
      Static final constant

      Supported API: true