public enum ProtocolPrintType extends Enum<ProtocolPrintType>
| Enum Constant and Description |
|---|
PROTOCOL_FULL_PROTOCOL_REPORT |
PROTOCOL_PROTOCOL_HISTORY_REPORT |
PROTOCOL_REVIEW_COMMENTS_REPORT |
PROTOCOL_SUMMARY_VIEW_REPORT |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocolPrintType() |
static List<String> |
getReportTypes() |
static ProtocolPrintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolPrintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolPrintType PROTOCOL_SUMMARY_VIEW_REPORT
public static final ProtocolPrintType PROTOCOL_FULL_PROTOCOL_REPORT
public static final ProtocolPrintType PROTOCOL_PROTOCOL_HISTORY_REPORT
public static final ProtocolPrintType PROTOCOL_REVIEW_COMMENTS_REPORT
public static ProtocolPrintType[] values()
for (ProtocolPrintType c : ProtocolPrintType.values()) System.out.println(c);
public static ProtocolPrintType 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 getProtocolPrintType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.