public enum E4493DeliveryInstructionCode extends Enum<E4493DeliveryInstructionCode>
Java class for E4493-DeliveryInstructionCode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="E4493-DeliveryInstructionCode">
<restriction base="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}alpha0-3">
<enumeration value="AA"/>
<enumeration value="BK"/>
<enumeration value="CD"/>
<enumeration value="DA"/>
<enumeration value="DB"/>
<enumeration value="DD"/>
<enumeration value="IS"/>
<enumeration value="P1"/>
<enumeration value="P2"/>
<enumeration value="SC"/>
<enumeration value="SF"/>
<enumeration value="SP"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AA |
BK |
CD |
DA |
DB |
DD |
IS |
P_1 |
P_2 |
SC |
SF |
SP |
| Modifier and Type | Method and Description |
|---|---|
static E4493DeliveryInstructionCode |
fromValue(String v) |
String |
value() |
static E4493DeliveryInstructionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E4493DeliveryInstructionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E4493DeliveryInstructionCode AA
public static final E4493DeliveryInstructionCode BK
public static final E4493DeliveryInstructionCode CD
public static final E4493DeliveryInstructionCode DA
public static final E4493DeliveryInstructionCode DB
public static final E4493DeliveryInstructionCode DD
public static final E4493DeliveryInstructionCode IS
public static final E4493DeliveryInstructionCode P_1
public static final E4493DeliveryInstructionCode P_2
public static final E4493DeliveryInstructionCode SC
public static final E4493DeliveryInstructionCode SF
public static final E4493DeliveryInstructionCode SP
public static E4493DeliveryInstructionCode[] values()
for (E4493DeliveryInstructionCode c : E4493DeliveryInstructionCode.values()) System.out.println(c);
public static E4493DeliveryInstructionCode 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 E4493DeliveryInstructionCode fromValue(String v)
Copyright © 2020. All rights reserved.