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