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