public static enum AppLogConstants.SecretLevelLog extends java.lang.Enum<AppLogConstants.SecretLevelLog>
枚举常量和说明 |
---|
Clear_Log_App |
Delete_Log_Autor_Leve |
Delete_Log_Secret_Leve |
Export_Log_App |
Export_Log_Autor_Leve |
Export_Log_Secret_Leve |
限定符和类型 | 字段和说明 |
---|---|
int |
id |
限定符和类型 | 方法和说明 |
---|---|
static AppLogConstants.SecretLevelLog |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static AppLogConstants.SecretLevelLog[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final AppLogConstants.SecretLevelLog Clear_Log_App
public static final AppLogConstants.SecretLevelLog Delete_Log_Secret_Leve
public static final AppLogConstants.SecretLevelLog Delete_Log_Autor_Leve
public static final AppLogConstants.SecretLevelLog Export_Log_App
public static final AppLogConstants.SecretLevelLog Export_Log_Secret_Leve
public static final AppLogConstants.SecretLevelLog Export_Log_Autor_Leve
public static AppLogConstants.SecretLevelLog[] values()
for (AppLogConstants.SecretLevelLog c : AppLogConstants.SecretLevelLog.values()) System.out.println(c);
public static AppLogConstants.SecretLevelLog valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值