public enum SessionConstEnum extends Enum<SessionConstEnum> implements net.mingsoft.base.constant.e.BaseSessionEnum
| Enum Constant and Description |
|---|
CODE_SESSION
验证码session
|
EXCEPTOIN
错误信息
|
MANAGER_MODEL_CODE
模块编号
|
MANAGER_ROLE_MODEL_ESSION
普通管理员角色菜单的sesison
|
MANAGER_SESSION
普通管理员的sesison
|
MODEL_ID_SESSION
模块idsession
|
MODEL_TITLE_SESSION
模块名称
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
返回SessionConst常量的字符串表示
|
static SessionConstEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionConstEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionConstEnum MODEL_ID_SESSION
public static final SessionConstEnum MODEL_TITLE_SESSION
public static final SessionConstEnum MANAGER_SESSION
public static final SessionConstEnum CODE_SESSION
public static final SessionConstEnum MANAGER_ROLE_MODEL_ESSION
public static final SessionConstEnum MANAGER_MODEL_CODE
public static final SessionConstEnum EXCEPTOIN
public static SessionConstEnum[] values()
for (SessionConstEnum c : SessionConstEnum.values()) System.out.println(c);
public static SessionConstEnum 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.BaseSessionEnumtoString in class Enum<SessionConstEnum>Copyright © 2020. All rights reserved.