public enum CINCOTERM extends Enum<CINCOTERM>
Java class for c_INCOTERM.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="c_INCOTERM"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <enumeration value="CFR"/> <enumeration value="CIF"/> <enumeration value="CPT"/> <enumeration value="CIP"/> <enumeration value="DAF"/> <enumeration value="DAP"/> <enumeration value="DAT"/> <enumeration value="DES"/> <enumeration value="DEQ"/> <enumeration value="DDU"/> <enumeration value="DDP"/> <enumeration value="EXW"/> <enumeration value="FCA"/> <enumeration value="FAS"/> <enumeration value="FOB"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CFR |
CIF |
CIP |
CPT |
DAF |
DAP |
DAT |
DDP |
DDU |
DEQ |
DES |
EXW |
FAS |
FCA |
FOB |
Modifier and Type | Method and Description |
---|---|
static CINCOTERM |
fromValue(String v) |
String |
value() |
static CINCOTERM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CINCOTERM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CINCOTERM CFR
public static final CINCOTERM CIF
public static final CINCOTERM CPT
public static final CINCOTERM CIP
public static final CINCOTERM DAF
public static final CINCOTERM DAP
public static final CINCOTERM DAT
public static final CINCOTERM DES
public static final CINCOTERM DEQ
public static final CINCOTERM DDU
public static final CINCOTERM DDP
public static final CINCOTERM EXW
public static final CINCOTERM FCA
public static final CINCOTERM FAS
public static final CINCOTERM FOB
public static CINCOTERM[] values()
for (CINCOTERM c : CINCOTERM.values()) System.out.println(c);
public static CINCOTERM 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()
Copyright © 2010–2018. All rights reserved.