public static enum AuthorizableAction.CheckType extends Enum<AuthorizableAction.CheckType>
| Enum Constant and Description |
|---|
ACTION |
INITIATION |
SU_APPROVE_ACTION_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizableAction.CheckType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizableAction.CheckType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorizableAction.CheckType ACTION
public static final AuthorizableAction.CheckType INITIATION
public static final AuthorizableAction.CheckType SU_APPROVE_ACTION_REQUEST
public static AuthorizableAction.CheckType[] values()
for (AuthorizableAction.CheckType c : AuthorizableAction.CheckType.values()) System.out.println(c);
public static AuthorizableAction.CheckType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2018 The Kuali Foundation. All rights reserved.