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