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