Enum Class Category

java.lang.Object
java.lang.Enum<Category>
eu.hansolo.toolbox.unit.Category
All Implemented Interfaces:
Serializable, Comparable<Category>, Constable

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

    • ACCELERATION

      public static final Category ACCELERATION
    • ANGLE

      public static final Category ANGLE
    • AREA

      public static final Category AREA
    • CSS_UNITS

      public static final Category CSS_UNITS
    • CURRENT

      public static final Category CURRENT
    • DATA

      public static final Category DATA
    • ELECTRIC_CHARGE

      public static final Category ELECTRIC_CHARGE
    • ENERGY

      public static final Category ENERGY
    • FORCE

      public static final Category FORCE
    • HUMIDITY

      public static final Category HUMIDITY
    • LENGTH

      public static final Category LENGTH
    • LUMINANCE

      public static final Category LUMINANCE
    • LUMINOUS_FLUX

      public static final Category LUMINOUS_FLUX
    • MASS

      public static final Category MASS
    • PRESSURE

      public static final Category PRESSURE
    • SPEED

      public static final Category SPEED
    • TEMPERATURE

      public static final Category TEMPERATURE
    • TEMPERATURE_GRADIENT

      public static final Category TEMPERATURE_GRADIENT
    • TIME

      public static final Category TIME
    • TORQUE

      public static final Category TORQUE
    • VOLUME

      public static final Category VOLUME
    • VOLTAGE

      public static final Category VOLTAGE
    • WORK

      public static final Category WORK
    • BLOOD_GLUCOSE

      public static final Category BLOOD_GLUCOSE
  • 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