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