public static enum BankingTransactionDetailExtendedData.Service extends Enum<BankingTransactionDetailExtendedData.Service>
| Enum Constant and Description |
|---|
X2P1_01 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BankingTransactionDetailExtendedData.Service |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankingTransactionDetailExtendedData.Service[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BankingTransactionDetailExtendedData.Service X2P1_01
public static BankingTransactionDetailExtendedData.Service[] values()
for (BankingTransactionDetailExtendedData.Service c : BankingTransactionDetailExtendedData.Service.values()) System.out.println(c);
public static BankingTransactionDetailExtendedData.Service 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 toString()
toString in class Enum<BankingTransactionDetailExtendedData.Service>Copyright © 2020. All rights reserved.