Enum Class SORT.Arg

java.lang.Object
java.lang.Enum<SORT.Arg>
org.infinispan.server.resp.commands.generic.SORT.Arg
All Implemented Interfaces:
Serializable, Comparable<SORT.Arg>, Constable
Enclosing class:
SORT

public static enum SORT.Arg extends Enum<SORT.Arg>
  • Enum Constant Details

    • ALPHA

      public static final SORT.Arg ALPHA
    • ASC

      public static final SORT.Arg ASC
    • DESC

      public static final SORT.Arg DESC
    • LIMIT

      public static final SORT.Arg LIMIT
    • STORE

      public static final SORT.Arg STORE
    • BY

      public static final SORT.Arg BY
    • GET

      public static final SORT.Arg GET
  • Method Details

    • values

      public static SORT.Arg[] 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 SORT.Arg 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