public static enum ProtokollStatusServerAction.ParameterType extends Enum<ProtokollStatusServerAction.ParameterType>
| Enum Constant and Description |
|---|
BEMERKUNG |
DATUM |
MATERIAL |
MONTEUR |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static ProtokollStatusServerAction.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtokollStatusServerAction.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtokollStatusServerAction.ParameterType MONTEUR
public static final ProtokollStatusServerAction.ParameterType DATUM
public static final ProtokollStatusServerAction.ParameterType STATUS
public static final ProtokollStatusServerAction.ParameterType BEMERKUNG
public static final ProtokollStatusServerAction.ParameterType MATERIAL
public static ProtokollStatusServerAction.ParameterType[] values()
for (ProtokollStatusServerAction.ParameterType c : ProtokollStatusServerAction.ParameterType.values()) System.out.println(c);
public static ProtokollStatusServerAction.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.