public enum ChequeDelivery1Code extends Enum<ChequeDelivery1Code>
Java class for ChequeDelivery1Code.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ChequeDelivery1Code">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="MLDB"/>
<enumeration value="MLCD"/>
<enumeration value="MLFA"/>
<enumeration value="CRDB"/>
<enumeration value="CRCD"/>
<enumeration value="CRFA"/>
<enumeration value="PUDB"/>
<enumeration value="PUCD"/>
<enumeration value="PUFA"/>
<enumeration value="RGDB"/>
<enumeration value="RGCD"/>
<enumeration value="RGFA"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CRCD |
CRDB |
CRFA |
MLCD |
MLDB |
MLFA |
PUCD |
PUDB |
PUFA |
RGCD |
RGDB |
RGFA |
| Modifier and Type | Method and Description |
|---|---|
static ChequeDelivery1Code |
fromValue(String v) |
String |
value() |
static ChequeDelivery1Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChequeDelivery1Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChequeDelivery1Code MLDB
public static final ChequeDelivery1Code MLCD
public static final ChequeDelivery1Code MLFA
public static final ChequeDelivery1Code CRDB
public static final ChequeDelivery1Code CRCD
public static final ChequeDelivery1Code CRFA
public static final ChequeDelivery1Code PUDB
public static final ChequeDelivery1Code PUCD
public static final ChequeDelivery1Code PUFA
public static final ChequeDelivery1Code RGDB
public static final ChequeDelivery1Code RGCD
public static final ChequeDelivery1Code RGFA
public static ChequeDelivery1Code[] values()
for (ChequeDelivery1Code c : ChequeDelivery1Code.values()) System.out.println(c);
public static ChequeDelivery1Code 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 ChequeDelivery1Code fromValue(String v)
Copyright © 2019. All rights reserved.