public enum ActionRequestType extends Enum<ActionRequestType> implements Coded
| Enum Constant and Description |
|---|
ACKNOWLEDGE |
APPROVE |
COMPLETE |
FYI |
| Modifier and Type | Method and Description |
|---|---|
static ActionRequestType |
fromCode(String code) |
String |
getCode() |
String |
getLabel() |
static ActionRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionRequestType COMPLETE
public static final ActionRequestType APPROVE
public static final ActionRequestType ACKNOWLEDGE
public static final ActionRequestType FYI
public static ActionRequestType[] values()
for (ActionRequestType c : ActionRequestType.values()) System.out.println(c);
public static ActionRequestType 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 nullpublic static ActionRequestType fromCode(String code)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.