Package net.mingsoft.basic.constant.e
Enum Class CookieConstEnum
- All Implemented Interfaces:
Serializable,Comparable<CookieConstEnum>,Constable,net.mingsoft.base.constant.e.BaseCookieEnum
public enum CookieConstEnum
extends Enum<CookieConstEnum>
implements net.mingsoft.base.constant.e.BaseCookieEnum
cookie枚举类
- 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 ConstantsEnum ConstantDescription上次访问地址QQ登录保存当前用户点击地址的session分页cookie -
Method Summary
Modifier and TypeMethodDescriptiontoString()返回该CookieConst常量的字符串表示static CookieConstEnumReturns the enum constant of this class with the specified name.static CookieConstEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PAGENO_COOKIE
分页cookie -
BACK_COOKIE
上次访问地址 -
BASIC_HIT
QQ登录保存当前用户点击地址的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
返回该CookieConst常量的字符串表示- Specified by:
toStringin interfacenet.mingsoft.base.constant.e.BaseCookieEnum- Overrides:
toStringin classEnum<CookieConstEnum>- Returns:
- 字符串
-