java.io.Serializable
, java.lang.Comparable<PainVersion.Type>
public static enum PainVersion.Type extends java.lang.Enum<PainVersion.Type>
Enum Constant | Description |
---|---|
PAIN_001 |
Ueberweisungen.
|
PAIN_002 |
Kontoauszuege.
|
PAIN_008 |
Lastschriften.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Liefert eine sprechende Bezeichnung des PAIN-Typs.
|
static PainVersion.Type |
getType(java.lang.String value) |
Liefert den enum-Type fuer den angegebenen Wert.
|
java.lang.String |
getValue() |
Liefert den numerischen Wert des PAIN-Typs.
|
static PainVersion.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PainVersion.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PainVersion.Type PAIN_001
public static final PainVersion.Type PAIN_002
public static final PainVersion.Type PAIN_008
public static PainVersion.Type[] values()
for (PainVersion.Type c : PainVersion.Type.values()) System.out.println(c);
public static PainVersion.Type 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 java.lang.String getValue()
public java.lang.String getName()
public static PainVersion.Type getType(java.lang.String value) throws java.lang.IllegalArgumentException
value
- der Wert. 001, 002 oder 008.java.lang.IllegalArgumentException
- wenn der Typ unbekannt ist.Copyright © 2018. All rights reserved.