public enum OECDDocTypeIndicEnumType extends Enum<OECDDocTypeIndicEnumType>
Java class for OECDDocTypeIndic_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="OECDDocTypeIndic_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="OECD0"/>
<enumeration value="OECD1"/>
<enumeration value="OECD2"/>
<enumeration value="OECD3"/>
<enumeration value="OECD10"/>
<enumeration value="OECD11"/>
<enumeration value="OECD12"/>
<enumeration value="OECD13"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
OECD_0 |
Resend Data
|
OECD_1 |
New Data
|
OECD_10 |
Resend Test Data
|
OECD_11 |
New Test Data
|
OECD_12 |
Corrected Test Data
|
OECD_13 |
Deletion of Test Data
|
OECD_2 |
Corrected Data
|
OECD_3 |
Deletion of Data
|
| Modifier and Type | Method | Description |
|---|---|---|
static OECDDocTypeIndicEnumType |
fromValue(String v) |
|
String |
value() |
|
static OECDDocTypeIndicEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OECDDocTypeIndicEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OECDDocTypeIndicEnumType OECD_0
public static final OECDDocTypeIndicEnumType OECD_1
public static final OECDDocTypeIndicEnumType OECD_2
public static final OECDDocTypeIndicEnumType OECD_3
public static final OECDDocTypeIndicEnumType OECD_10
public static final OECDDocTypeIndicEnumType OECD_11
public static final OECDDocTypeIndicEnumType OECD_12
public static final OECDDocTypeIndicEnumType OECD_13
public static OECDDocTypeIndicEnumType[] values()
for (OECDDocTypeIndicEnumType c : OECDDocTypeIndicEnumType.values()) System.out.println(c);
public static OECDDocTypeIndicEnumType 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 OECDDocTypeIndicEnumType fromValue(String v)
Copyright © 2025. All rights reserved.