public static enum OrgConstants.Role_SYSTEM_NAME extends java.lang.Enum<OrgConstants.Role_SYSTEM_NAME>
枚举常量和说明 |
---|
AccountAdministrator
单位后台管理员
|
AuditAdmin
审计管理员
|
BusinessOrganizationManager
业务线管理员
|
GroupAdmin
集团管理员
|
GroupAuditAdmin
系统级-审计管理员
|
GroupBulletinAdmin
集团公告管理员
|
GroupBulletinAuditor
集团公告审核员
|
GroupDiscussAdmin
集团讨论审核员
|
GroupManager
集团文档空间管理员,为文档发送到集团空间使用
|
GroupNewsAdmin
集团新闻管理员
|
GroupNewsAuditor
集团新闻审核员
|
GroupSecretAdmin
系统级-安全管理员
|
GroupSurveyAdmin
集团调查管理员
|
GroupSurveyAuditor
集团调查审核员
|
GroupSystemAdmin
系统级-系统管理员
|
GuestAccount
Guest特殊账号
|
SuperAdmin
超级管理员
|
SystemAdmin
系统管理员
|
SystemInitAdmin
系统级-三员分类-初始化管理员
|
UnitAuditAdmin
单位级-审计管理员
|
UnitSecretAdmin
单位级-系统管理员
|
UnitSystemAdmin
单位级-系统管理员
|
限定符和类型 | 方法和说明 |
---|---|
static OrgConstants.Role_SYSTEM_NAME |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static OrgConstants.Role_SYSTEM_NAME[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final OrgConstants.Role_SYSTEM_NAME SystemAdmin
public static final OrgConstants.Role_SYSTEM_NAME AuditAdmin
public static final OrgConstants.Role_SYSTEM_NAME GroupAdmin
public static final OrgConstants.Role_SYSTEM_NAME AccountAdministrator
public static final OrgConstants.Role_SYSTEM_NAME SuperAdmin
public static final OrgConstants.Role_SYSTEM_NAME GroupManager
public static final OrgConstants.Role_SYSTEM_NAME GroupBulletinAdmin
public static final OrgConstants.Role_SYSTEM_NAME GroupBulletinAuditor
public static final OrgConstants.Role_SYSTEM_NAME GroupNewsAdmin
public static final OrgConstants.Role_SYSTEM_NAME GroupNewsAuditor
public static final OrgConstants.Role_SYSTEM_NAME GroupSurveyAdmin
public static final OrgConstants.Role_SYSTEM_NAME GroupSurveyAuditor
public static final OrgConstants.Role_SYSTEM_NAME GroupDiscussAdmin
public static final OrgConstants.Role_SYSTEM_NAME GuestAccount
public static final OrgConstants.Role_SYSTEM_NAME BusinessOrganizationManager
public static final OrgConstants.Role_SYSTEM_NAME SystemInitAdmin
public static final OrgConstants.Role_SYSTEM_NAME GroupSystemAdmin
public static final OrgConstants.Role_SYSTEM_NAME GroupSecretAdmin
public static final OrgConstants.Role_SYSTEM_NAME GroupAuditAdmin
public static final OrgConstants.Role_SYSTEM_NAME UnitAuditAdmin
public static final OrgConstants.Role_SYSTEM_NAME UnitSystemAdmin
public static final OrgConstants.Role_SYSTEM_NAME UnitSecretAdmin
public static OrgConstants.Role_SYSTEM_NAME[] values()
for (OrgConstants.Role_SYSTEM_NAME c : OrgConstants.Role_SYSTEM_NAME.values()) System.out.println(c);
public static OrgConstants.Role_SYSTEM_NAME valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值