public enum EBnEnrRsTy extends Enum<EBnEnrRsTy>
Bank statement entry result type.
| Enum Constant and Description |
|---|
ACC_ENTRY
0 ACC_ENTRY.
|
PAYMFR
1 PAYMENT FROM.
|
PAYMTO
3 PAYMENT TO.
|
PREPFR
2 PREPAYMENT FROM.
|
PREPTO
4 PREPAYMENT TO.
|
| Modifier and Type | Method and Description |
|---|---|
static EBnEnrRsTy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBnEnrRsTy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBnEnrRsTy ACC_ENTRY
0 ACC_ENTRY.
public static final EBnEnrRsTy PAYMFR
1 PAYMENT FROM.
public static final EBnEnrRsTy PREPFR
2 PREPAYMENT FROM.
public static final EBnEnrRsTy PAYMTO
3 PAYMENT TO.
public static final EBnEnrRsTy PREPTO
4 PREPAYMENT TO.
public static EBnEnrRsTy[] values()
for (EBnEnrRsTy c : EBnEnrRsTy.values()) System.out.println(c);
public static EBnEnrRsTy 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 © 2019. All rights reserved.