public static enum IRoleAccessRightInfo.ConditionalReason extends java.lang.Enum<IRoleAccessRightInfo.ConditionalReason>
Enum Constant and Description |
---|
PRIVILEGE_SETTING |
RAD_SETTING |
RARO_SETTING |
Modifier and Type | Method and Description |
---|---|
static IRoleAccessRightInfo.ConditionalReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRoleAccessRightInfo.ConditionalReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRoleAccessRightInfo.ConditionalReason RARO_SETTING
public static final IRoleAccessRightInfo.ConditionalReason RAD_SETTING
public static final IRoleAccessRightInfo.ConditionalReason PRIVILEGE_SETTING
public static IRoleAccessRightInfo.ConditionalReason[] values()
for (IRoleAccessRightInfo.ConditionalReason c : IRoleAccessRightInfo.ConditionalReason.values()) System.out.println(c);
public static IRoleAccessRightInfo.ConditionalReason valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018 Pegasystems Inc. All Rights Reserved.