|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BudgetConstructionDocumentReportMode>
org.kuali.kfs.module.bc.BudgetConstructionDocumentReportMode
public enum BudgetConstructionDocumentReportMode
Enum Constant Summary | |
---|---|
DOCUMENT_ACCOUNT_DUMP
|
|
DOCUMENT_FUNDING_DETAIL_REPORT
|
|
DOCUMENT_FUNDING_DUMP
|
|
DOCUMENT_MONTHLY_DETAIL_REPORT
|
|
DOCUMENT_MONTHLY_DUMP
|
|
DOCUMENT_OBJECT_DETAIL_REPORT
|
Field Summary | |
---|---|
boolean |
dump
|
String |
jasperFileName
|
String |
reportDesc
|
String |
reportModeName
|
Method Summary | |
---|---|
String |
getJasperFileName()
Gets the jasperFileName attribute. |
String |
getReportDesc()
Gets the reportDesc attribute. |
String |
getReportModeName()
Gets the reportModeName attribute. |
boolean |
isDump()
Gets the dump attribute. |
static BudgetConstructionDocumentReportMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BudgetConstructionDocumentReportMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BudgetConstructionDocumentReportMode DOCUMENT_OBJECT_DETAIL_REPORT
public static final BudgetConstructionDocumentReportMode DOCUMENT_FUNDING_DETAIL_REPORT
public static final BudgetConstructionDocumentReportMode DOCUMENT_MONTHLY_DETAIL_REPORT
public static final BudgetConstructionDocumentReportMode DOCUMENT_ACCOUNT_DUMP
public static final BudgetConstructionDocumentReportMode DOCUMENT_FUNDING_DUMP
public static final BudgetConstructionDocumentReportMode DOCUMENT_MONTHLY_DUMP
Field Detail |
---|
public final String reportModeName
public final String reportDesc
public final String jasperFileName
public final boolean dump
Method Detail |
---|
public static BudgetConstructionDocumentReportMode[] values()
for (BudgetConstructionDocumentReportMode c : BudgetConstructionDocumentReportMode.values()) System.out.println(c);
public static BudgetConstructionDocumentReportMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getReportDesc()
public boolean isDump()
public String getJasperFileName()
public String getReportModeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |