public enum DokumentengruppeE extends Enum<DokumentengruppeE>
| Enum Constant and Description |
|---|
A_SATZ |
ANGEBOT |
ARBEITSBERICHT_MDL |
ARBEITSBESTAETIGUNG_MDL |
E_MAIL |
E_SATZ |
FOTO |
HAUSAUSHANG |
MESSKONZEPT_MDL |
PROTOKOLL_MDL |
TECHNISCHE_DOKUMENTATION |
VERHINDERUNGSDOKUMENTATION |
VERSICHERUNGSUNTERLAGEN |
| Modifier and Type | Method and Description |
|---|---|
static DokumentengruppeE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DokumentengruppeE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DokumentengruppeE PROTOKOLL_MDL
public static final DokumentengruppeE HAUSAUSHANG
public static final DokumentengruppeE MESSKONZEPT_MDL
public static final DokumentengruppeE TECHNISCHE_DOKUMENTATION
public static final DokumentengruppeE VERSICHERUNGSUNTERLAGEN
public static final DokumentengruppeE ARBEITSBERICHT_MDL
public static final DokumentengruppeE ARBEITSBESTAETIGUNG_MDL
public static final DokumentengruppeE A_SATZ
public static final DokumentengruppeE E_SATZ
public static final DokumentengruppeE E_MAIL
public static final DokumentengruppeE ANGEBOT
public static final DokumentengruppeE VERHINDERUNGSDOKUMENTATION
public static final DokumentengruppeE FOTO
public static DokumentengruppeE[] values()
for (DokumentengruppeE c : DokumentengruppeE.values()) System.out.println(c);
public static DokumentengruppeE 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.