public static enum BCEumeration.QR_PAY_MODE extends Enum<BCEumeration.QR_PAY_MODE>
| Enum Constant and Description |
|---|
MODE_BRIEF_FRONT |
MODE_FRONT |
MODE_MINI_FRONT |
| Modifier and Type | Method and Description |
|---|---|
static BCEumeration.QR_PAY_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BCEumeration.QR_PAY_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCEumeration.QR_PAY_MODE MODE_BRIEF_FRONT
public static final BCEumeration.QR_PAY_MODE MODE_FRONT
public static final BCEumeration.QR_PAY_MODE MODE_MINI_FRONT
public static BCEumeration.QR_PAY_MODE[] values()
for (BCEumeration.QR_PAY_MODE c : BCEumeration.QR_PAY_MODE.values()) System.out.println(c);
public static BCEumeration.QR_PAY_MODE 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 © 2016. All rights reserved.