java.io.Serializable
, java.lang.Comparable<VerwendungszweckUtil.Tag>
public static enum VerwendungszweckUtil.Tag extends java.lang.Enum<VerwendungszweckUtil.Tag>
Enum Constant | Description |
---|---|
ABWA |
Abweichender Auftraggeber.
|
BIC |
BIC des Gegenkontos.
|
CRED |
Creditor-ID.
|
DBET |
Debitor-ID.
|
EREF |
Ende-zu-Ende Referenz.
|
IBAN |
IBAN des Gegenkontos.
|
KREF |
Kundenreferenz.
|
MREF |
Mandatsreferenz.
|
SVWZ |
Verwendungszweck.
|
Modifier and Type | Method | Description |
---|---|---|
static VerwendungszweckUtil.Tag |
byName(java.lang.String s) |
Sucht das Tag mit dem angegebenen Namen.
|
static VerwendungszweckUtil.Tag |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VerwendungszweckUtil.Tag[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerwendungszweckUtil.Tag EREF
public static final VerwendungszweckUtil.Tag KREF
public static final VerwendungszweckUtil.Tag MREF
public static final VerwendungszweckUtil.Tag CRED
public static final VerwendungszweckUtil.Tag DBET
public static final VerwendungszweckUtil.Tag SVWZ
public static final VerwendungszweckUtil.Tag ABWA
public static final VerwendungszweckUtil.Tag IBAN
public static final VerwendungszweckUtil.Tag BIC
public static VerwendungszweckUtil.Tag[] values()
for (VerwendungszweckUtil.Tag c : VerwendungszweckUtil.Tag.values()) System.out.println(c);
public static VerwendungszweckUtil.Tag 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 nullpublic static VerwendungszweckUtil.Tag byName(java.lang.String s)
s
- der Name des Tag.