public enum E4215TransportChargesPaymentMethodCode extends Enum<E4215TransportChargesPaymentMethodCode>
Java class for E4215-TransportChargesPaymentMethodCode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="E4215-TransportChargesPaymentMethodCode">
<restriction base="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}alpha0-3">
<enumeration value="A"/>
<enumeration value="AA"/>
<enumeration value="AB"/>
<enumeration value="AC"/>
<enumeration value="AD"/>
<enumeration value="CA"/>
<enumeration value="CC"/>
<enumeration value="CF"/>
<enumeration value="DF"/>
<enumeration value="FO"/>
<enumeration value="IC"/>
<enumeration value="MX"/>
<enumeration value="NC"/>
<enumeration value="NS"/>
<enumeration value="PA"/>
<enumeration value="PB"/>
<enumeration value="PC"/>
<enumeration value="PE"/>
<enumeration value="PO"/>
<enumeration value="PP"/>
<enumeration value="PU"/>
<enumeration value="RC"/>
<enumeration value="RF"/>
<enumeration value="RS"/>
<enumeration value="TP"/>
<enumeration value="WC"/>
<enumeration value="WD"/>
<enumeration value="WE"/>
<enumeration value="ZZZ"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
A |
AA |
AB |
AC |
AD |
CA |
CC |
CF |
DF |
FO |
IC |
MX |
NC |
NS |
PA |
PB |
PC |
PE |
PO |
PP |
PU |
RC |
RF |
RS |
TP |
WC |
WD |
WE |
ZZZ |
| Modifier and Type | Method and Description |
|---|---|
static E4215TransportChargesPaymentMethodCode |
fromValue(String v) |
String |
value() |
static E4215TransportChargesPaymentMethodCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E4215TransportChargesPaymentMethodCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E4215TransportChargesPaymentMethodCode A
public static final E4215TransportChargesPaymentMethodCode AA
public static final E4215TransportChargesPaymentMethodCode AB
public static final E4215TransportChargesPaymentMethodCode AC
public static final E4215TransportChargesPaymentMethodCode AD
public static final E4215TransportChargesPaymentMethodCode CA
public static final E4215TransportChargesPaymentMethodCode CC
public static final E4215TransportChargesPaymentMethodCode CF
public static final E4215TransportChargesPaymentMethodCode DF
public static final E4215TransportChargesPaymentMethodCode FO
public static final E4215TransportChargesPaymentMethodCode IC
public static final E4215TransportChargesPaymentMethodCode MX
public static final E4215TransportChargesPaymentMethodCode NC
public static final E4215TransportChargesPaymentMethodCode NS
public static final E4215TransportChargesPaymentMethodCode PA
public static final E4215TransportChargesPaymentMethodCode PB
public static final E4215TransportChargesPaymentMethodCode PC
public static final E4215TransportChargesPaymentMethodCode PE
public static final E4215TransportChargesPaymentMethodCode PO
public static final E4215TransportChargesPaymentMethodCode PP
public static final E4215TransportChargesPaymentMethodCode PU
public static final E4215TransportChargesPaymentMethodCode RC
public static final E4215TransportChargesPaymentMethodCode RF
public static final E4215TransportChargesPaymentMethodCode RS
public static final E4215TransportChargesPaymentMethodCode TP
public static final E4215TransportChargesPaymentMethodCode WC
public static final E4215TransportChargesPaymentMethodCode WD
public static final E4215TransportChargesPaymentMethodCode WE
public static final E4215TransportChargesPaymentMethodCode ZZZ
public static E4215TransportChargesPaymentMethodCode[] values()
for (E4215TransportChargesPaymentMethodCode c : E4215TransportChargesPaymentMethodCode.values()) System.out.println(c);
public static E4215TransportChargesPaymentMethodCode 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 E4215TransportChargesPaymentMethodCode fromValue(String v)
Copyright © 2020. All rights reserved.