public enum E8273DangerousGoodsRegulationsCode extends Enum<E8273DangerousGoodsRegulationsCode>
Java class for E8273-DangerousGoodsRegulationsCode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="E8273-DangerousGoodsRegulationsCode">
<restriction base="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}alpha0-3">
<enumeration value="ADR"/>
<enumeration value="ADS"/>
<enumeration value="ADT"/>
<enumeration value="ADU"/>
<enumeration value="ADV"/>
<enumeration value="ADW"/>
<enumeration value="AGS"/>
<enumeration value="ANR"/>
<enumeration value="ARD"/>
<enumeration value="CFR"/>
<enumeration value="COM"/>
<enumeration value="GVE"/>
<enumeration value="GVS"/>
<enumeration value="ICA"/>
<enumeration value="IMD"/>
<enumeration value="RGE"/>
<enumeration value="RID"/>
<enumeration value="UI"/>
<enumeration value="ZZZ"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ADR |
ADS |
ADT |
ADU |
ADV |
ADW |
AGS |
ANR |
ARD |
CFR |
COM |
GVE |
GVS |
ICA |
IMD |
RGE |
RID |
UI |
ZZZ |
| Modifier and Type | Method and Description |
|---|---|
static E8273DangerousGoodsRegulationsCode |
fromValue(String v) |
String |
value() |
static E8273DangerousGoodsRegulationsCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E8273DangerousGoodsRegulationsCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E8273DangerousGoodsRegulationsCode ADR
public static final E8273DangerousGoodsRegulationsCode ADS
public static final E8273DangerousGoodsRegulationsCode ADT
public static final E8273DangerousGoodsRegulationsCode ADU
public static final E8273DangerousGoodsRegulationsCode ADV
public static final E8273DangerousGoodsRegulationsCode ADW
public static final E8273DangerousGoodsRegulationsCode AGS
public static final E8273DangerousGoodsRegulationsCode ANR
public static final E8273DangerousGoodsRegulationsCode ARD
public static final E8273DangerousGoodsRegulationsCode CFR
public static final E8273DangerousGoodsRegulationsCode COM
public static final E8273DangerousGoodsRegulationsCode GVE
public static final E8273DangerousGoodsRegulationsCode GVS
public static final E8273DangerousGoodsRegulationsCode ICA
public static final E8273DangerousGoodsRegulationsCode IMD
public static final E8273DangerousGoodsRegulationsCode RGE
public static final E8273DangerousGoodsRegulationsCode RID
public static final E8273DangerousGoodsRegulationsCode UI
public static final E8273DangerousGoodsRegulationsCode ZZZ
public static E8273DangerousGoodsRegulationsCode[] values()
for (E8273DangerousGoodsRegulationsCode c : E8273DangerousGoodsRegulationsCode.values()) System.out.println(c);
public static E8273DangerousGoodsRegulationsCode 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 E8273DangerousGoodsRegulationsCode fromValue(String v)
Copyright © 2020. All rights reserved.