java.io.Serializable
, java.lang.Comparable<GVRKontoauszug.Format>
public static enum GVRKontoauszug.Format extends java.lang.Enum<GVRKontoauszug.Format>
Enum Constant | Description |
---|---|
ISO8583 |
Datenformat ISO-8583.
|
MT940 |
Datenformat SWIFT MT940.
|
PDF |
Datenformat PDF.
|
Modifier and Type | Method | Description |
---|---|---|
static GVRKontoauszug.Format |
find(java.lang.String code) |
Liefert das passende Format oder NULL, wenn es nicht bekannt ist.
|
java.lang.String |
getCode() |
Liefert den Code des Formats.
|
java.lang.String |
getExtention() |
Liefert die Dateiendung fuer dieses Format.
|
static GVRKontoauszug.Format |
valueOf(java.lang.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(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 getCode()
public java.lang.String getExtention()
public static GVRKontoauszug.Format find(java.lang.String code)
code
- der Code des Formats.Copyright © 2018. All rights reserved.