public enum TransactionVirtemp extends Enum<TransactionVirtemp> implements CodeIdentifiable
| Enum Constant and Description |
|---|
NVACCEPTEE |
NVANNULEE |
NVREACTIVEE |
NVREFUSEE |
PRELEVEMENT |
VIREMENT_DIRECT |
VIREMENT_INTERNATIONAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static TransactionVirtemp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionVirtemp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionVirtemp PRELEVEMENT
public static final TransactionVirtemp VIREMENT_DIRECT
public static final TransactionVirtemp VIREMENT_INTERNATIONAL
public static final TransactionVirtemp NVACCEPTEE
public static final TransactionVirtemp NVREFUSEE
public static final TransactionVirtemp NVANNULEE
public static final TransactionVirtemp NVREACTIVEE
public static TransactionVirtemp[] values()
for (TransactionVirtemp c : TransactionVirtemp.values()) System.out.println(c);
public static TransactionVirtemp 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 nullpublic String getCode()
getCode in interface CodeIdentifiableCopyright © 2016. All rights reserved.