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