Module io.ebean.api
Package io.ebean

Enum DocStoreQueueEntry.Action

java.lang.Object
java.lang.Enum<DocStoreQueueEntry.Action>
io.ebean.DocStoreQueueEntry.Action
All Implemented Interfaces:
Serializable, Comparable<DocStoreQueueEntry.Action>
Enclosing class:
DocStoreQueueEntry

public static enum DocStoreQueueEntry.Action extends Enum<DocStoreQueueEntry.Action>
Action to either update or delete a document from the index.
  • Enum Constant Details

  • Method Details

    • values

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

      public static DocStoreQueueEntry.Action valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
      Return the value associated with this action type.