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