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 © 2020. All rights reserved.