Enum Class CommonEnum

java.lang.Object
java.lang.Enum<CommonEnum>
com.mikuac.shiro.enums.CommonEnum
All Implemented Interfaces:
Serializable, Comparable<CommonEnum>, Constable

public enum CommonEnum extends Enum<CommonEnum>

CommonEnum class.

  • Enum Constant Details

    • SET

      public static final CommonEnum SET
      set
    • UNSET

      public static final CommonEnum UNSET
      unset
    • GROUP

      public static final CommonEnum GROUP
      group
    • AT_ALL

      public static final CommonEnum AT_ALL
      at all
  • Method Details

    • values

      public static CommonEnum[] 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 CommonEnum 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
    • value

      public String value()
      get enum value
      Returns:
      value