public static enum OrgConstants.AppLogAction extends java.lang.Enum<OrgConstants.AppLogAction>
枚举常量和说明 |
---|
Organization_BatchAddDepartment
组织信息管理_批量导入部門
|
Organization_BatchAddDepartmentRole
组织信息管理_批量导入部門角色
|
限定符和类型 | 方法和说明 |
---|---|
int |
getKey() |
int |
key() |
static OrgConstants.AppLogAction |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static OrgConstants.AppLogAction[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final OrgConstants.AppLogAction Organization_BatchAddDepartment
public static final OrgConstants.AppLogAction Organization_BatchAddDepartmentRole
public static OrgConstants.AppLogAction[] values()
for (OrgConstants.AppLogAction c : OrgConstants.AppLogAction.values()) System.out.println(c);
public static OrgConstants.AppLogAction valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public int getKey()
public int key()