public static enum OrgConstants.ROLE_BOND extends java.lang.Enum<OrgConstants.ROLE_BOND>
枚举常量和说明 |
---|
ACCOUNT
1:单位角色
|
BUSINESS
5:业务生成器角色
|
DEPARTMENT
2:部门角色
|
GROUP
0:集团角色
|
NULL1
3:这个状态值不能使用,仅仅是因为升级上来占3这个位置的
|
NULL2
4:前端页面不可见的角色如:集团管理员、单位管理员、系统管理员
|
REPORTSPACE
7:报表空间
|
SSO
6:SSO菜单集成
|
限定符和类型 | 方法和说明 |
---|---|
static OrgConstants.ROLE_BOND |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static OrgConstants.ROLE_BOND[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final OrgConstants.ROLE_BOND GROUP
public static final OrgConstants.ROLE_BOND ACCOUNT
public static final OrgConstants.ROLE_BOND DEPARTMENT
public static final OrgConstants.ROLE_BOND NULL1
public static final OrgConstants.ROLE_BOND NULL2
public static final OrgConstants.ROLE_BOND BUSINESS
public static final OrgConstants.ROLE_BOND SSO
public static final OrgConstants.ROLE_BOND REPORTSPACE
public static OrgConstants.ROLE_BOND[] values()
for (OrgConstants.ROLE_BOND c : OrgConstants.ROLE_BOND.values()) System.out.println(c);
public static OrgConstants.ROLE_BOND valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值