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