public enum CookieConstEnum extends Enum<CookieConstEnum> implements net.mingsoft.base.constant.e.BaseCookieEnum
| Enum Constant and Description |
|---|
BACK_COOKIE
上次访问地址
|
BASIC_HIT
QQ登录保存当前用户点击地址的session
|
PAGENO_COOKIE
分页cookie
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
返回该CookieConst常量的字符串表示
|
static CookieConstEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieConstEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CookieConstEnum PAGENO_COOKIE
public static final CookieConstEnum BACK_COOKIE
public static final CookieConstEnum BASIC_HIT
public static CookieConstEnum[] values()
for (CookieConstEnum c : CookieConstEnum.values()) System.out.println(c);
public static CookieConstEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in interface net.mingsoft.base.constant.e.BaseCookieEnumtoString in class Enum<CookieConstEnum>Copyright © 2020. All rights reserved.