public enum ClarificationTypeE extends Enum<ClarificationTypeE>
| Enum Constant and Description |
|---|
A_SATZ_PRUEFEN |
ABWESEND |
BAUMASSNAHME |
EINBAU_VERWEIGERT |
EINBAUVORAUSSETZUNGEN_WERDEN_HERGESTELLT |
FEHLER_ANLAGE_STAMMDATEN |
GESONDERTE_BEAUFTRAGUNG
Wird im Gerätetausch Prozess genutzt, kann aber auch über das Frontend angelegt werden.
|
KLEIN_REPERATUR |
MDL_KUNDENINFO_MIT_RUECKANTWORT |
MDL_KUNDENINFO_OHNE_RUECKANTWORT |
MIETERBELASTUNG |
MIETERVERSCHULDEN |
MONTAGEDOKU_PRUEFEN |
PLANTERMIN_KORRIGIEREN |
TERMIN_PRUEFEN |
UNBEKANNT |
UNTERSTUETZUNG_AUFTRAGGEBER |
UNTERSTUETZUNG_AUFTRAGGEBER_EXTERN |
UNTERSTUETZUNG_AUFTRAGNEHMER |
ZUSAETZLICHE_ANFAHRT |
ZUSATZ_ANFAHRT_MIETERVERSCHULDEN |
ZUTRITT_VERWEIGERT |
| Modifier and Type | Field and Description |
|---|---|
static List<ClarificationTypeE> |
VALID_INTERRUPTING_CLARIFICATION_TYPES
///.Nur diese unterbrechenden Klärfalltypen dürfen aus dem Frontend angelegt werden
///* MIETERBELASTUNG
///* UNTERSTUETZUNG_AUFTRAGGEBER_EXTERN
///* ZUSAETZLICHE_ANFAHRT
///* MIETERVERSCHULDEN
///* KLEIN_REPERATUR
///* EINBAU_VERWEIGERT
///* ZUSATZ_ANFAHRT_MIETERVERSCHULDEN
///* BAUMASSNAHME
|
static List<ClarificationTypeE> |
VALID_NON_INTERRUPTING_CLARIFICATION_TYPES
///.Nur diese nicht unterbrechenden Klärfalltypen dürfen aus dem Frontend angelegt werden
///* GESONDERTE_BEAUFTRAGUNG
///* MDL_KUNDENINFO_OHNE_RUECKANTWORT
|
| Modifier and Type | Method and Description |
|---|---|
static ClarificationTypeE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClarificationTypeE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClarificationTypeE TERMIN_PRUEFEN
public static final ClarificationTypeE A_SATZ_PRUEFEN
public static final ClarificationTypeE MONTAGEDOKU_PRUEFEN
public static final ClarificationTypeE KLEIN_REPERATUR
public static final ClarificationTypeE BAUMASSNAHME
public static final ClarificationTypeE MIETERVERSCHULDEN
public static final ClarificationTypeE EINBAU_VERWEIGERT
public static final ClarificationTypeE GESONDERTE_BEAUFTRAGUNG
public static final ClarificationTypeE ZUTRITT_VERWEIGERT
public static final ClarificationTypeE ABWESEND
public static final ClarificationTypeE PLANTERMIN_KORRIGIEREN
public static final ClarificationTypeE UNTERSTUETZUNG_AUFTRAGNEHMER
public static final ClarificationTypeE MIETERBELASTUNG
public static final ClarificationTypeE ZUSAETZLICHE_ANFAHRT
public static final ClarificationTypeE UNTERSTUETZUNG_AUFTRAGGEBER
public static final ClarificationTypeE UNTERSTUETZUNG_AUFTRAGGEBER_EXTERN
public static final ClarificationTypeE FEHLER_ANLAGE_STAMMDATEN
public static final ClarificationTypeE MDL_KUNDENINFO_OHNE_RUECKANTWORT
public static final ClarificationTypeE MDL_KUNDENINFO_MIT_RUECKANTWORT
public static final ClarificationTypeE EINBAUVORAUSSETZUNGEN_WERDEN_HERGESTELLT
public static final ClarificationTypeE ZUSATZ_ANFAHRT_MIETERVERSCHULDEN
public static final ClarificationTypeE UNBEKANNT
public static final List<ClarificationTypeE> VALID_INTERRUPTING_CLARIFICATION_TYPES
public static final List<ClarificationTypeE> VALID_NON_INTERRUPTING_CLARIFICATION_TYPES
public static ClarificationTypeE[] values()
for (ClarificationTypeE c : ClarificationTypeE.values()) System.out.println(c);
public static ClarificationTypeE 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 nullCopyright © 2022. All rights reserved.