public enum CoiReportType extends Enum<CoiReportType>
| Enum Constant and Description |
|---|
COI_APPROVED_DISCLOSURE |
COI_BATCH_CORRESPONDENCE |
COI_CORRESPONDENCE_TEMPLATE
Report type for the COI correspondence reports that utilize templates.
|
COI_TEMPLATE
Report type for the COI reports that utilize templates.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoiReportType() |
static CoiReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoiReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoiReportType COI_TEMPLATE
public static final CoiReportType COI_CORRESPONDENCE_TEMPLATE
public static final CoiReportType COI_BATCH_CORRESPONDENCE
public static final CoiReportType COI_APPROVED_DISCLOSURE
public static CoiReportType[] values()
for (CoiReportType c : CoiReportType.values()) System.out.println(c);
public static CoiReportType 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 getCoiReportType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.