public enum OECDNameTypeEnumType extends Enum<OECDNameTypeEnumType>
Java class for OECDNameType_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="OECDNameType_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="OECD201"/>
<enumeration value="OECD202"/>
<enumeration value="OECD203"/>
<enumeration value="OECD204"/>
<enumeration value="OECD205"/>
<enumeration value="OECD206"/>
<enumeration value="OECD207"/>
<enumeration value="OECD208"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
OECD_201 |
SMFAliasOrOther
|
OECD_202 |
indiv (individual)
|
OECD_203 |
alias (alias)
|
OECD_204 |
nick (nickname)
|
OECD_205 |
aka (also known as)
|
OECD_206 |
dba (doing business as)
|
OECD_207 |
legal (legal name)
|
OECD_208 |
atbirth (name at birth)
|
| Modifier and Type | Method | Description |
|---|---|---|
static OECDNameTypeEnumType |
fromValue(String v) |
|
String |
value() |
|
static OECDNameTypeEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OECDNameTypeEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OECDNameTypeEnumType OECD_201
public static final OECDNameTypeEnumType OECD_202
public static final OECDNameTypeEnumType OECD_203
public static final OECDNameTypeEnumType OECD_204
public static final OECDNameTypeEnumType OECD_205
public static final OECDNameTypeEnumType OECD_206
public static final OECDNameTypeEnumType OECD_207
public static final OECDNameTypeEnumType OECD_208
public static OECDNameTypeEnumType[] values()
for (OECDNameTypeEnumType c : OECDNameTypeEnumType.values()) System.out.println(c);
public static OECDNameTypeEnumType 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 OECDNameTypeEnumType fromValue(String v)
Copyright © 2025. All rights reserved.