public enum PreparePayResultType extends Enum<PreparePayResultType> implements Snum
| Enum Constant and Description |
|---|
APP_PAY_STRING |
ERROR |
FORM |
QR_CODE |
REDIRECT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc() |
String |
getKey() |
static PreparePayResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreparePayResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreparePayResultType ERROR
public static final PreparePayResultType FORM
public static final PreparePayResultType REDIRECT
public static final PreparePayResultType QR_CODE
public static final PreparePayResultType APP_PAY_STRING
public static PreparePayResultType[] values()
for (PreparePayResultType c : PreparePayResultType.values()) System.out.println(c);
public static PreparePayResultType 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 nullCopyright © 2014–2018. All rights reserved.