java.io.Serializable
, java.lang.Comparable<BPDUtil.Query>
public static enum BPDUtil.Query extends java.lang.Enum<BPDUtil.Query>
Enum Constant | Description |
---|---|
DauerEdit |
Query fuer die Suche nach den BPD-Parametern fuer die Bearbeitung von Dauerauftraegen.
|
Kontoauszug |
Query fuer die Suche nach den BPD-Parametern fuer den Abruf der Kontoauszuege.
|
KontoauszugPdf |
Query fuer die Suche nach den BPD-Parametern fuer den Abruf der Kontoauszuege im PDF-Format.
|
UmsatzCamt |
Query fuer Abruf der Umsaetze im CAMT-Format.
|
Modifier and Type | Method | Description |
---|---|---|
static BPDUtil.Query |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BPDUtil.Query[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BPDUtil.Query DauerEdit
public static final BPDUtil.Query Kontoauszug
public static final BPDUtil.Query KontoauszugPdf
public static final BPDUtil.Query UmsatzCamt
public static BPDUtil.Query[] values()
for (BPDUtil.Query c : BPDUtil.Query.values()) System.out.println(c);
public static BPDUtil.Query 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 null