public enum E4455BackOrderArrangementTypeCode extends Enum<E4455BackOrderArrangementTypeCode>
Java class for E4455-BackOrderArrangementTypeCode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="E4455-BackOrderArrangementTypeCode">
<restriction base="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}alpha0-3">
<enumeration value="B"/>
<enumeration value="F"/>
<enumeration value="N"/>
<enumeration value="W"/>
<enumeration value="Y"/>
<enumeration value="ZZZ"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static E4455BackOrderArrangementTypeCode |
fromValue(String v) |
String |
value() |
static E4455BackOrderArrangementTypeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E4455BackOrderArrangementTypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E4455BackOrderArrangementTypeCode B
public static final E4455BackOrderArrangementTypeCode F
public static final E4455BackOrderArrangementTypeCode N
public static final E4455BackOrderArrangementTypeCode W
public static final E4455BackOrderArrangementTypeCode Y
public static final E4455BackOrderArrangementTypeCode ZZZ
public static E4455BackOrderArrangementTypeCode[] values()
for (E4455BackOrderArrangementTypeCode c : E4455BackOrderArrangementTypeCode.values()) System.out.println(c);
public static E4455BackOrderArrangementTypeCode 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 E4455BackOrderArrangementTypeCode fromValue(String v)
Copyright © 2020. All rights reserved.