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