public static enum ProtokollStandortElektrischePruefungServerAction.ParameterType extends Enum<ProtokollStandortElektrischePruefungServerAction.ParameterType>
| Enum Constant and Description |
|---|
ERDUNG_IN_ORDNUNG |
PRUEFDATUM |
| Modifier and Type | Method and Description |
|---|---|
static ProtokollStandortElektrischePruefungServerAction.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtokollStandortElektrischePruefungServerAction.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtokollStandortElektrischePruefungServerAction.ParameterType PRUEFDATUM
public static final ProtokollStandortElektrischePruefungServerAction.ParameterType ERDUNG_IN_ORDNUNG
public static ProtokollStandortElektrischePruefungServerAction.ParameterType[] values()
for (ProtokollStandortElektrischePruefungServerAction.ParameterType c : ProtokollStandortElektrischePruefungServerAction.ParameterType.values()) System.out.println(c);
public static ProtokollStandortElektrischePruefungServerAction.ParameterType 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–2026 cismet GmbH. All rights reserved.