org.kuali.kfs.module.bc
Enum BCConstants.Report.ReportSelectMode
java.lang.Object
java.lang.Enum<BCConstants.Report.ReportSelectMode>
org.kuali.kfs.module.bc.BCConstants.Report.ReportSelectMode
- All Implemented Interfaces:
- Serializable, Comparable<BCConstants.Report.ReportSelectMode>
- Enclosing class:
- BCConstants.Report
public static enum BCConstants.Report.ReportSelectMode
- extends Enum<BCConstants.Report.ReportSelectMode>
ACCOUNT
public static final BCConstants.Report.ReportSelectMode ACCOUNT
OBJECT_CODE
public static final BCConstants.Report.ReportSelectMode OBJECT_CODE
SUBFUND
public static final BCConstants.Report.ReportSelectMode SUBFUND
REASON
public static final BCConstants.Report.ReportSelectMode REASON
values
public static BCConstants.Report.ReportSelectMode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (BCConstants.Report.ReportSelectMode c : BCConstants.Report.ReportSelectMode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BCConstants.Report.ReportSelectMode valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.