Object
Enum<StateScope>
StateScope
All Implemented Interfaces:
Serializable, Comparable<StateScope>, Constable

public enum StateScope extends Enum<StateScope>
  • Enum Constant Details

    • PROCESS_KEY

      public static final StateScope PROCESS_KEY
    • PROCESS_VERSION

      public static final StateScope PROCESS_VERSION
    • PROCESS_INSTANCE

      public static final StateScope PROCESS_INSTANCE
  • Method Details

    • values

      public static StateScope[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StateScope valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromAttributeValue

      public static StateScope fromAttributeValue(String value)