public enum FfbAuftragsTyp extends Enum<FfbAuftragsTyp>
| Enum Constant and Description |
|---|
ALLE
Typ: Alle.
|
ENTGELTVERKAUF
Typ: Verkauf wg.
|
ERTRAG |
KAUF |
TAUSCH |
UEBERTRAG |
VERKAUF
Typ: Verkauf.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuftragsTypName()
Gibt den lesbaren Namen des Auftragstyps aus.
|
static FfbAuftragsTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FfbAuftragsTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FfbAuftragsTyp ALLE
public static final FfbAuftragsTyp ENTGELTVERKAUF
public static final FfbAuftragsTyp ERTRAG
public static final FfbAuftragsTyp KAUF
public static final FfbAuftragsTyp TAUSCH
public static final FfbAuftragsTyp UEBERTRAG
public static final FfbAuftragsTyp VERKAUF
public static FfbAuftragsTyp[] values()
for (FfbAuftragsTyp c : FfbAuftragsTyp.values()) System.out.println(c);
public static FfbAuftragsTyp 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 String getAuftragsTypName()
Copyright © 2018. All rights reserved.