public static enum GVRKontoauszug.Format extends Enum<GVRKontoauszug.Format>
| Enum Constant and Description |
|---|
ISO8583
Datenformat ISO-8583.
|
MT940
Datenformat SWIFT MT940.
|
PDF
Datenformat PDF.
|
| Modifier and Type | Method and Description |
|---|---|
static GVRKontoauszug.Format |
find(String code)
Liefert das passende Format oder NULL, wenn es nicht bekannt ist.
|
String |
getCode()
Liefert den Code des Formats.
|
String |
getExtention()
Liefert die Dateiendung fuer dieses Format.
|
static GVRKontoauszug.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GVRKontoauszug.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GVRKontoauszug.Format MT940
public static final GVRKontoauszug.Format ISO8583
public static final GVRKontoauszug.Format PDF
public static GVRKontoauszug.Format[] values()
for (GVRKontoauszug.Format c : GVRKontoauszug.Format.values()) System.out.println(c);
public static GVRKontoauszug.Format 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 static GVRKontoauszug.Format find(String code)
code - der Code des Formats.public String getCode()
public String getExtention()
Copyright © 2020. All rights reserved.