public enum AccountStatusIndicator extends java.lang.Enum<AccountStatusIndicator>
| Enum Constant and Description |
|---|
A_RATE |
AVAILABLE_BALANCE |
BALANCE |
BALANCE_AT_BEGIN |
BALANCE_AT_END |
CREDIT_LIMIT |
D_RATE |
NEGATIVE_SINCE |
NET_INFLOW |
RESERVED_AMOUNT |
TOTAL_INCOME |
TOTAL_OUTFLOW |
UPPER_CREDIT_LIMIT |
VIRTUAL_RATED_BALANCE |
| Modifier and Type | Method and Description |
|---|---|
MessageKey |
getMessageKey() |
static AccountStatusIndicator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountStatusIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountStatusIndicator BALANCE
public static final AccountStatusIndicator RESERVED_AMOUNT
public static final AccountStatusIndicator AVAILABLE_BALANCE
public static final AccountStatusIndicator CREDIT_LIMIT
public static final AccountStatusIndicator UPPER_CREDIT_LIMIT
public static final AccountStatusIndicator NEGATIVE_SINCE
public static final AccountStatusIndicator VIRTUAL_RATED_BALANCE
public static final AccountStatusIndicator D_RATE
public static final AccountStatusIndicator A_RATE
public static final AccountStatusIndicator BALANCE_AT_BEGIN
public static final AccountStatusIndicator BALANCE_AT_END
public static final AccountStatusIndicator TOTAL_INCOME
public static final AccountStatusIndicator TOTAL_OUTFLOW
public static final AccountStatusIndicator NET_INFLOW
public static AccountStatusIndicator[] values()
for (AccountStatusIndicator c : AccountStatusIndicator.values()) System.out.println(c);
public static AccountStatusIndicator 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 MessageKey getMessageKey()