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