public static enum PayControl.TypeConfirmation extends java.lang.Enum<PayControl.TypeConfirmation>
Enum Constant and Description |
---|
Offline |
OnlinePush |
OnlineUrl |
Modifier and Type | Method and Description |
---|---|
static PayControl.TypeConfirmation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PayControl.TypeConfirmation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PayControl.TypeConfirmation Offline
public static final PayControl.TypeConfirmation OnlineUrl
public static final PayControl.TypeConfirmation OnlinePush
public static PayControl.TypeConfirmation[] values()
for (PayControl.TypeConfirmation c : PayControl.TypeConfirmation.values()) System.out.println(c);
public static PayControl.TypeConfirmation 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 null