Enum Class SessionConstEnum

java.lang.Object
java.lang.Enum<SessionConstEnum>
net.mingsoft.basic.constant.e.SessionConstEnum
All Implemented Interfaces:
Serializable, Comparable<SessionConstEnum>, Constable, net.mingsoft.base.constant.e.BaseSessionEnum

public enum SessionConstEnum extends Enum<SessionConstEnum> implements net.mingsoft.base.constant.e.BaseSessionEnum
session枚举
Version:
版本号:100-000-000
创建日期:2012-03-15
历史修订:
Author:
ms dev group
  • Enum Constant Details

    • CODE_SESSION

      public static final SessionConstEnum CODE_SESSION
      验证码session
  • Method Details

    • values

      public static SessionConstEnum[] 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 SessionConstEnum 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
    • toString

      public String toString()
      返回SessionConst常量的字符串表示
      Specified by:
      toString in interface net.mingsoft.base.constant.e.BaseSessionEnum
      Overrides:
      toString in class Enum<SessionConstEnum>
      Returns:
      字符串