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