public enum BalanceType12Code extends Enum<BalanceType12Code>
Java-Klasse für BalanceType12Code.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<simpleType name="BalanceType12Code">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="XPCD"/>
<enumeration value="OPAV"/>
<enumeration value="ITAV"/>
<enumeration value="CLAV"/>
<enumeration value="FWAV"/>
<enumeration value="CLBD"/>
<enumeration value="ITBD"/>
<enumeration value="OPBD"/>
<enumeration value="PRCD"/>
<enumeration value="INFO"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLAV |
CLBD |
FWAV |
INFO |
ITAV |
ITBD |
OPAV |
OPBD |
PRCD |
XPCD |
| Modifier and Type | Method and Description |
|---|---|
static BalanceType12Code |
fromValue(String v) |
String |
value() |
static BalanceType12Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BalanceType12Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BalanceType12Code XPCD
public static final BalanceType12Code OPAV
public static final BalanceType12Code ITAV
public static final BalanceType12Code CLAV
public static final BalanceType12Code FWAV
public static final BalanceType12Code CLBD
public static final BalanceType12Code ITBD
public static final BalanceType12Code OPBD
public static final BalanceType12Code PRCD
public static final BalanceType12Code INFO
public static BalanceType12Code[] values()
for (BalanceType12Code c : BalanceType12Code.values()) System.out.println(c);
public static BalanceType12Code 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 BalanceType12Code fromValue(String v)
Copyright © 2017. All rights reserved.