public static enum ArbeitsprotokollCustomBean.ChildType extends Enum<ArbeitsprotokollCustomBean.ChildType>
| Enum Constant and Description |
|---|
ABZWEIGDOSE |
GEOMETRIE |
LEITUNG |
LEUCHTE |
MAUERLASCHE |
SCHALTSTELLE |
STANDORT |
| Modifier and Type | Method and Description |
|---|---|
static ArbeitsprotokollCustomBean.ChildType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArbeitsprotokollCustomBean.ChildType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArbeitsprotokollCustomBean.ChildType MAUERLASCHE
public static final ArbeitsprotokollCustomBean.ChildType LEUCHTE
public static final ArbeitsprotokollCustomBean.ChildType LEITUNG
public static final ArbeitsprotokollCustomBean.ChildType STANDORT
public static final ArbeitsprotokollCustomBean.ChildType ABZWEIGDOSE
public static final ArbeitsprotokollCustomBean.ChildType SCHALTSTELLE
public static final ArbeitsprotokollCustomBean.ChildType GEOMETRIE
public static ArbeitsprotokollCustomBean.ChildType[] values()
for (ArbeitsprotokollCustomBean.ChildType c : ArbeitsprotokollCustomBean.ChildType.values()) System.out.println(c);
public static ArbeitsprotokollCustomBean.ChildType 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 © 2012–2025 cismet GmbH. All rights reserved.