org.kuali.kfs.module.bc
Enum BudgetConstructionDocumentReportMode

java.lang.Object
  extended by java.lang.Enum<BudgetConstructionDocumentReportMode>
      extended by org.kuali.kfs.module.bc.BudgetConstructionDocumentReportMode
All Implemented Interfaces:
Serializable, Comparable<BudgetConstructionDocumentReportMode>

public enum BudgetConstructionDocumentReportMode
extends 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

DOCUMENT_OBJECT_DETAIL_REPORT

public static final BudgetConstructionDocumentReportMode DOCUMENT_OBJECT_DETAIL_REPORT

DOCUMENT_FUNDING_DETAIL_REPORT

public static final BudgetConstructionDocumentReportMode DOCUMENT_FUNDING_DETAIL_REPORT

DOCUMENT_MONTHLY_DETAIL_REPORT

public static final BudgetConstructionDocumentReportMode DOCUMENT_MONTHLY_DETAIL_REPORT

DOCUMENT_ACCOUNT_DUMP

public static final BudgetConstructionDocumentReportMode DOCUMENT_ACCOUNT_DUMP

DOCUMENT_FUNDING_DUMP

public static final BudgetConstructionDocumentReportMode DOCUMENT_FUNDING_DUMP

DOCUMENT_MONTHLY_DUMP

public static final BudgetConstructionDocumentReportMode DOCUMENT_MONTHLY_DUMP
Field Detail

reportModeName

public final String reportModeName

reportDesc

public final String reportDesc

jasperFileName

public final String jasperFileName

dump

public final boolean dump
Method Detail

values

public static BudgetConstructionDocumentReportMode[] 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 (BudgetConstructionDocumentReportMode c : BudgetConstructionDocumentReportMode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BudgetConstructionDocumentReportMode 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

getReportDesc

public String getReportDesc()
Gets the reportDesc attribute.

Returns:
Returns the reportDesc.

isDump

public boolean isDump()
Gets the dump attribute.

Returns:
Returns the dump.

getJasperFileName

public String getJasperFileName()
Gets the jasperFileName attribute.

Returns:
Returns the jasperFileName.

getReportModeName

public String getReportModeName()
Gets the reportModeName attribute.

Returns:
Returns the reportModeName.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.