public static enum TaxReport.UnknownEventPolicy extends java.lang.Enum<TaxReport.UnknownEventPolicy> implements java.util.function.Function<java.util.List<AccountLedger.LedgerEntry>,java.util.List<nxt.addons.taxreport.TaxReport.Record>>
| Modifier and Type | Method and Description |
|---|---|
static TaxReport.UnknownEventPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaxReport.UnknownEventPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxReport.UnknownEventPolicy IGNORE
public static final TaxReport.UnknownEventPolicy FAIL
public static TaxReport.UnknownEventPolicy[] values()
for (TaxReport.UnknownEventPolicy c : TaxReport.UnknownEventPolicy.values()) System.out.println(c);
public static TaxReport.UnknownEventPolicy 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 null