public enum OECDLegalAddressTypeEnumType extends Enum<OECDLegalAddressTypeEnumType>
Java class for OECDLegalAddressType_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="OECDLegalAddressType_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="OECD301"/>
<enumeration value="OECD302"/>
<enumeration value="OECD303"/>
<enumeration value="OECD304"/>
<enumeration value="OECD305"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
OECD_301 |
residentialOrBusiness
|
OECD_302 |
residential
|
OECD_303 |
business
|
OECD_304 |
registeredOffice
|
OECD_305 |
unspecified
|
| Modifier and Type | Method | Description |
|---|---|---|
static OECDLegalAddressTypeEnumType |
fromValue(String v) |
|
String |
value() |
|
static OECDLegalAddressTypeEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OECDLegalAddressTypeEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OECDLegalAddressTypeEnumType OECD_301
public static final OECDLegalAddressTypeEnumType OECD_302
public static final OECDLegalAddressTypeEnumType OECD_303
public static final OECDLegalAddressTypeEnumType OECD_304
public static final OECDLegalAddressTypeEnumType OECD_305
public static OECDLegalAddressTypeEnumType[] values()
for (OECDLegalAddressTypeEnumType c : OECDLegalAddressTypeEnumType.values()) System.out.println(c);
public static OECDLegalAddressTypeEnumType 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 value()
public static OECDLegalAddressTypeEnumType fromValue(String v)
Copyright © 2025. All rights reserved.