public enum E3279GeographicAreaCode extends Enum<E3279GeographicAreaCode>
Java class for E3279-GeographicAreaCode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="E3279-GeographicAreaCode">
<restriction base="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}alpha0-3">
<enumeration value="DO"/>
<enumeration value="DP"/>
<enumeration value="DQ"/>
<enumeration value="DR"/>
<enumeration value="DS"/>
<enumeration value="DT"/>
<enumeration value="EA"/>
<enumeration value="IN"/>
<enumeration value="IR"/>
<enumeration value="IS"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static E3279GeographicAreaCode |
fromValue(String v) |
String |
value() |
static E3279GeographicAreaCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E3279GeographicAreaCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E3279GeographicAreaCode DO
public static final E3279GeographicAreaCode DP
public static final E3279GeographicAreaCode DQ
public static final E3279GeographicAreaCode DR
public static final E3279GeographicAreaCode DS
public static final E3279GeographicAreaCode DT
public static final E3279GeographicAreaCode EA
public static final E3279GeographicAreaCode IN
public static final E3279GeographicAreaCode IR
public static final E3279GeographicAreaCode IS
public static E3279GeographicAreaCode[] values()
for (E3279GeographicAreaCode c : E3279GeographicAreaCode.values()) System.out.println(c);
public static E3279GeographicAreaCode 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 E3279GeographicAreaCode fromValue(String v)
Copyright © 2021. All rights reserved.