public enum QrSwissPaymentFormatType extends Enum<QrSwissPaymentFormatType>
Java class for QrSwissPaymentFormatType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="QrSwissPaymentFormatType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="codeOnly"/>
<enumeration value="billOnly"/>
<enumeration value="billPortraitSheet"/>
<enumeration value="billExtraSpace"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BILL_EXTRA_SPACE |
BILL_ONLY |
BILL_PORTRAIT_SHEET |
CODE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static QrSwissPaymentFormatType |
fromValue(String v) |
String |
value() |
static QrSwissPaymentFormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QrSwissPaymentFormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QrSwissPaymentFormatType CODE_ONLY
public static final QrSwissPaymentFormatType BILL_ONLY
public static final QrSwissPaymentFormatType BILL_PORTRAIT_SHEET
public static final QrSwissPaymentFormatType BILL_EXTRA_SPACE
public static QrSwissPaymentFormatType[] values()
for (QrSwissPaymentFormatType c : QrSwissPaymentFormatType.values()) System.out.println(c);
public static QrSwissPaymentFormatType 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 nullpublic String value()
public static QrSwissPaymentFormatType fromValue(String v)
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.