java.lang.Object
java.lang.Enum<ActionType>
org.bonitasoft.engine.queriablelogger.model.builder.ActionType
All Implemented Interfaces:
Serializable, Comparable<ActionType>, Constable

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

    • CREATED

      public static final ActionType CREATED
    • UPDATED

      public static final ActionType UPDATED
    • DELETED

      public static final ActionType DELETED
    • EXECUTED

      public static final ActionType EXECUTED
    • STARTED

      public static final ActionType STARTED
    • STOPPED

      public static final ActionType STOPPED
    • SCHEDULED

      public static final ActionType SCHEDULED
    • PAUSED

      public static final ActionType PAUSED
    • RESUMED

      public static final ActionType RESUMED
    • RESCHEDULED

      public static final ActionType RESCHEDULED
  • Method Details

    • values

      public static ActionType[] 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 ActionType 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