public enum CommitteeReportType extends Enum<CommitteeReportType>
| Enum Constant and Description |
|---|
COMMITTEE_TEMPLATE
Report type for the committee reports that utilize templates.
|
FUTURE_SCHEDULED_MEETINGS
Report type for the committee future scheduled meetings.
|
PROTOCOL_BATCH_CORRESPONDENCE |
PROTOCOL_CORRESPONDENCE_TEMPLATE
Report type for the protocol correspondence reports that utilize templates.
|
ROSTER
Report type for the committee roster.
|
SCHEDULE_TEMPLATE
Report type for the committee schedule reports that utilize templates.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitteeReportType() |
static CommitteeReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitteeReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommitteeReportType COMMITTEE_TEMPLATE
public static final CommitteeReportType SCHEDULE_TEMPLATE
public static final CommitteeReportType PROTOCOL_CORRESPONDENCE_TEMPLATE
public static final CommitteeReportType ROSTER
public static final CommitteeReportType FUTURE_SCHEDULED_MEETINGS
public static final CommitteeReportType PROTOCOL_BATCH_CORRESPONDENCE
public static CommitteeReportType[] values()
for (CommitteeReportType c : CommitteeReportType.values()) System.out.println(c);
public static CommitteeReportType 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 getCommitteeReportType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.