public enum IacucProtocolRequestAction extends Enum<IacucProtocolRequestAction>
| Enum Constant and Description |
|---|
REQUEST_FOR_SUSPENSION |
REQUEST_TO_DEACTIVATE
Request to deactivate a Protocol.
|
REQUEST_TO_LIFT_HOLD
Request to lift a hold on a Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
String |
getActionTypeCode() |
String |
getBeanName() |
String |
getErrorPath() |
String |
getTaskName() |
static IacucProtocolRequestAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IacucProtocolRequestAction |
valueOfActionTypeCode(String actionTypeCode)
Returns the value of this enumeration based on the given actionTypeCode.
|
static IacucProtocolRequestAction |
valueOfTaskName(String taskName)
Returns the value of this enumeration based on the given taskName.
|
static IacucProtocolRequestAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IacucProtocolRequestAction REQUEST_TO_DEACTIVATE
public static final IacucProtocolRequestAction REQUEST_TO_LIFT_HOLD
public static final IacucProtocolRequestAction REQUEST_FOR_SUSPENSION
public static IacucProtocolRequestAction[] values()
for (IacucProtocolRequestAction c : IacucProtocolRequestAction.values()) System.out.println(c);
public static IacucProtocolRequestAction 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 String getActionTypeCode()
public String getTaskName()
public String getErrorPath()
public String getBeanName()
public String getActionName()
public static IacucProtocolRequestAction valueOfTaskName(String taskName)
taskName - the name of the task to performpublic static IacucProtocolRequestAction valueOfActionTypeCode(String actionTypeCode)
actionTypeCode - the action type codeCopyright © 2013 The Kuali Foundation. All Rights Reserved.