Package domain

Enum UserInfo

All Implemented Interfaces:
Serializable, Comparable<UserInfo>, java.lang.constant.Constable

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

    • VERFÜGBAR

      public static final UserInfo VERFÜGBAR
    • BESCHÄFTIGT

      public static final UserInfo BESCHÄFTIGT
    • IN_DER_SCHULE

      public static final UserInfo IN_DER_SCHULE
    • IM_KINO

      public static final UserInfo IM_KINO
    • BEI_DER_ARBEIT

      public static final UserInfo BEI_DER_ARBEIT
    • AKKU_FAST_LEER

      public static final UserInfo AKKU_FAST_LEER
    • SCHLAFE

      public static final UserInfo SCHLAFE
  • Method Details

    • values

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