| Package | Description |
|---|---|
| org.kuali.kra.irb.actions |
This package is meant to hold all classes
common/cross-cutting across many Protocol Actions.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolRequestAction |
ProtocolRequestAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolRequestAction |
ProtocolRequestAction.valueOfActionTypeCode(String actionTypeCode)
Returns the value of this enumeration based on the given actionTypeCode.
|
static ProtocolRequestAction |
ProtocolRequestAction.valueOfTaskName(String taskName)
Returns the value of this enumeration based on the given taskName.
|
static ProtocolRequestAction[] |
ProtocolRequestAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.