|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<TransactionType> net.sf.ofx4j.domain.data.common.TransactionType
public enum TransactionType
Enum Constant Summary | |
---|---|
ATM
ATM transaction. |
|
CASH
cash. |
|
CHECK
check |
|
CREDIT
generic credit. |
|
DEBIT
genertic debit. |
|
DEP
deposit. |
|
DIRECTDEBIT
merchant-initiated debit |
|
DIRECTDEP
direct deposit. |
|
DIV
dividend. |
|
FEE
bank fee. |
|
INT
interest earned. |
|
OTHER
other |
|
PAYMENT
electronic payment |
|
POS
point of sale |
|
REPEATPMT
repeating payment. |
|
SRVCHG
service charge. |
|
XFER
transfer |
Method Summary | |
---|---|
static TransactionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionType[] |
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 |
---|
public static final TransactionType CREDIT
public static final TransactionType DEBIT
public static final TransactionType INT
public static final TransactionType DIV
public static final TransactionType FEE
public static final TransactionType SRVCHG
public static final TransactionType DEP
public static final TransactionType ATM
public static final TransactionType POS
public static final TransactionType XFER
public static final TransactionType CHECK
public static final TransactionType PAYMENT
public static final TransactionType CASH
public static final TransactionType DIRECTDEP
public static final TransactionType DIRECTDEBIT
public static final TransactionType REPEATPMT
public static final TransactionType OTHER
Method Detail |
---|
public static TransactionType[] values()
for (TransactionType c : TransactionType.values()) System.out.println(c);
public static TransactionType 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |