public enum ReportName extends Enum<ReportName>
Enum Constant and Description |
---|
AGEDPAYABLEDETAIL
Aged Payable Detail report
|
AGEDPAYABLES
AP Aging summary report
|
AGEDRECEIVABLES
AR Aging summary report
|
BALANCESHEET
BalanceSheet report
|
BAS
BAS report
|
CASHFLOW
CashFlow report
|
CLASSSALES
ClassSales report
|
CUSTOMERBALANCE
Customer Balance report
|
CUSTOMERINCOME
Customer Income report
|
CUSTOMERSALES
CustomerSales report
|
DEPARTMENTSALES
DepartmentSales report
|
GENERALLEDGER
General Ledger report
|
INVENTORYVALUATIONSUMMARY
Inventory Valuation Summary report
|
ITEMSALES
ItemSales report
|
PROFITANDLOSS
Profit and Loss report
|
TRIALBALANCE
Trial Balance report
|
VENDORBALANCE
Vendor Balance report
|
VENDORBALANCEDETAIL
Vendor Balance Detail report
|
VENDOREXPENSES
Trial Balance report
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Method to get the string value of operation type
|
static ReportName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportName PROFITANDLOSS
public static final ReportName BALANCESHEET
public static final ReportName CASHFLOW
public static final ReportName CUSTOMERINCOME
public static final ReportName AGEDRECEIVABLES
public static final ReportName AGEDPAYABLES
public static final ReportName CUSTOMERBALANCE
public static final ReportName CUSTOMERSALES
public static final ReportName ITEMSALES
public static final ReportName DEPARTMENTSALES
public static final ReportName CLASSSALES
public static final ReportName TRIALBALANCE
public static final ReportName VENDORBALANCE
public static final ReportName VENDOREXPENSES
public static final ReportName INVENTORYVALUATIONSUMMARY
public static final ReportName BAS
public static final ReportName VENDORBALANCEDETAIL
public static final ReportName GENERALLEDGER
public static final ReportName AGEDPAYABLEDETAIL
public static ReportName[] values()
for (ReportName c : ReportName.values()) System.out.println(c);
public static ReportName 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 toString()
toString
in class Enum<ReportName>
Copyright © 2017. All rights reserved.