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