public enum TransactionImportField extends java.lang.Enum<TransactionImportField> implements ImportField
| Enum Constant and Description |
|---|
AMOUNT |
DATE |
DESCRIPTION |
FROM |
TO |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessageKey() |
java.lang.String |
getName() |
static TransactionImportField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionImportField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionImportField FROM
public static final TransactionImportField TO
public static final TransactionImportField TYPE
public static final TransactionImportField DATE
public static final TransactionImportField AMOUNT
public static final TransactionImportField DESCRIPTION
public static TransactionImportField[] values()
for (TransactionImportField c : TransactionImportField.values()) System.out.println(c);
public static TransactionImportField 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 java.lang.String getMessageKey()
getMessageKey in interface ImportFieldpublic java.lang.String getName()
getName in interface ImportField