public static enum CryptsyTxn.CryptsyTxnType extends Enum<CryptsyTxn.CryptsyTxnType>
Enum Constant and Description |
---|
Deposit |
Withdrawal |
Modifier and Type | Method and Description |
---|---|
static CryptsyTxn.CryptsyTxnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptsyTxn.CryptsyTxnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptsyTxn.CryptsyTxnType Deposit
public static final CryptsyTxn.CryptsyTxnType Withdrawal
public static CryptsyTxn.CryptsyTxnType[] values()
for (CryptsyTxn.CryptsyTxnType c : CryptsyTxn.CryptsyTxnType.values()) System.out.println(c);
public static CryptsyTxn.CryptsyTxnType 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 nullCopyright © 2012–2018 Xeiam, LLC. All rights reserved.