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