Enum Class Category

java.lang.Object
java.lang.Enum<Category>
io.nosqlbench.virtdata.api.annotations.Category
All Implemented Interfaces:
Serializable, Comparable<Category>, Constable

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

    • datetime

      public static final Category datetime
    • state

      public static final Category state
    • distributions

      public static final Category distributions
    • diagnostics

      public static final Category diagnostics
    • conversion

      public static final Category conversion
    • collections

      public static final Category collections
    • premade

      public static final Category premade
    • nulls

      public static final Category nulls
    • functional

      public static final Category functional
    • statistics

      public static final Category statistics
    • general

      public static final Category general
    • objects

      public static final Category objects
    • periodic

      public static final Category periodic
    • experimental

      public static final Category experimental
    • combinitoric

      public static final Category combinitoric
    • vectors

      public static final Category vectors
    • HOF

      public static final Category HOF
    • readers

      public static final Category readers
  • Method Details

    • values

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