java.io.Serializable
, java.lang.Comparable<CardPaymentServiceType2Code>
public enum CardPaymentServiceType2Code extends java.lang.Enum<CardPaymentServiceType2Code>
Java class for CardPaymentServiceType2Code.
The following schema fragment specifies the expected content contained within this class.
<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 | Description |
---|---|
AGGR |
|
DCCV |
|
GRTT |
|
INSP |
|
LOYT |
|
NRES |
|
PUCO |
|
RECP |
|
SOAF |
|
UNAF |
|
VCAU |
Modifier and Type | Method | Description |
---|---|---|
static CardPaymentServiceType2Code |
fromValue(java.lang.String v) |
|
java.lang.String |
value() |
|
static CardPaymentServiceType2Code |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static CardPaymentServiceType2Code fromValue(java.lang.String v)
Copyright © 2018. All rights reserved.