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