Enum Class DrhFeature

java.lang.Object
java.lang.Enum<DrhFeature>
org.diabetestechnology.drh.service.http.util.DrhFeature
All Implemented Interfaces:
Serializable, Comparable<DrhFeature>, Constable, org.togglz.core.Feature

public enum DrhFeature extends Enum<DrhFeature> implements org.togglz.core.Feature
  • Enum Constant Details

    • STUDIES

      public static final DrhFeature STUDIES
    • INTERACTIONS

      public static final DrhFeature INTERACTIONS
    • ADMINISTRATION

      public static final DrhFeature ADMINISTRATION
    • ASK_DRH

      public static final DrhFeature ASK_DRH
    • CONSOLE

      public static final DrhFeature CONSOLE
    • DOCUMENTATION

      public static final DrhFeature DOCUMENTATION
    • ALL_STUDIES

      public static final DrhFeature ALL_STUDIES
    • MY_STUDIES

      public static final DrhFeature MY_STUDIES
  • Method Details

    • values

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