Package net.mingsoft.basic.constant.e
Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiontoString()返回SessionConst常量的字符串表示static SessionConstEnumReturns the enum constant of this class with the specified name.static SessionConstEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CODE_SESSION
验证码session
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
toString
返回SessionConst常量的字符串表示- Specified by:
toStringin interfacenet.mingsoft.base.constant.e.BaseSessionEnum- Overrides:
toStringin classEnum<SessionConstEnum>- Returns:
- 字符串
-