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