public static enum ReportSpec.ReportGenerator extends java.lang.Enum<ReportSpec.ReportGenerator>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLongID() |
ReportSpec.Type |
getReportType() |
java.lang.String |
getShortID() |
static ReportSpec.ReportGenerator |
reportTypeForID(java.lang.String shortIDOrClassname) |
static ReportSpec.ReportGenerator |
reportTypeForLegacyID(java.lang.String reportID) |
static ReportSpec.ReportGenerator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportSpec.ReportGenerator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportSpec.ReportGenerator NETWORTH_G
public static final ReportSpec.ReportGenerator ACCBALANCE_G
public static final ReportSpec.ReportGenerator ASSETALLOCATE_G
public static final ReportSpec.ReportGenerator CURRENCY_G
public static final ReportSpec.ReportGenerator EXPENSES_G
public static final ReportSpec.ReportGenerator INCOME_EXPENSE_G
public static final ReportSpec.ReportGenerator INCOME_G
public static final ReportSpec.ReportGenerator NETWORTH_T
public static final ReportSpec.ReportGenerator ACCBALANCE_T
public static final ReportSpec.ReportGenerator ASSETALLOCATE_T
public static final ReportSpec.ReportGenerator DETAILEDCASHFLOW_T
public static final ReportSpec.ReportGenerator CASHFLOW_T
public static final ReportSpec.ReportGenerator INCEXP_T
public static final ReportSpec.ReportGenerator DETAILEDINCEXP_T
public static final ReportSpec.ReportGenerator TXN_T
public static final ReportSpec.ReportGenerator XFER_T
public static final ReportSpec.ReportGenerator DETAILEDXFER_T
public static final ReportSpec.ReportGenerator SEARCH_T
public static final ReportSpec.ReportGenerator INVSEARCH_T
public static final ReportSpec.ReportGenerator BUDGET_T
public static final ReportSpec.ReportGenerator MISSCHECKS_T
public static final ReportSpec.ReportGenerator COSTBASIS_T
public static final ReportSpec.ReportGenerator CAPGAINS_T
public static final ReportSpec.ReportGenerator INVESTPERF_T
public static final ReportSpec.ReportGenerator PORTFOLIO_T
public static final ReportSpec.ReportGenerator VAT_T
public static final ReportSpec.ReportGenerator TAGTOTAL_T
public static final ReportSpec.ReportGenerator RECONCILIATION_T
public static ReportSpec.ReportGenerator[] values()
for (ReportSpec.ReportGenerator c : ReportSpec.ReportGenerator.values()) System.out.println(c);
public static ReportSpec.ReportGenerator valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ReportSpec.Type getReportType()
public java.lang.String getLongID()
public java.lang.String getShortID()
public static ReportSpec.ReportGenerator reportTypeForID(java.lang.String shortIDOrClassname)
public static ReportSpec.ReportGenerator reportTypeForLegacyID(java.lang.String reportID)