public static enum ProtocolDocumentBase.ProtocolWorkflowType extends Enum<ProtocolDocumentBase.ProtocolWorkflowType>
| Enum Constant and Description |
|---|
APPROVED |
APPROVED_AMENDMENT |
NORMAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the ProtocolWorkflowType name.
|
String |
toString()
Gets the
getName(). |
static ProtocolDocumentBase.ProtocolWorkflowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolDocumentBase.ProtocolWorkflowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolDocumentBase.ProtocolWorkflowType NORMAL
public static final ProtocolDocumentBase.ProtocolWorkflowType APPROVED
public static final ProtocolDocumentBase.ProtocolWorkflowType APPROVED_AMENDMENT
public static ProtocolDocumentBase.ProtocolWorkflowType[] values()
for (ProtocolDocumentBase.ProtocolWorkflowType c : ProtocolDocumentBase.ProtocolWorkflowType.values()) System.out.println(c);
public static ProtocolDocumentBase.ProtocolWorkflowType 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 getName()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.