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