public static enum VermessungPictureServerAction.Param extends Enum<VermessungPictureServerAction.Param>
| Enum Constant and Description |
|---|
BEZEICHNER |
BLATT |
FLUR |
GEMARKUNG |
HISTORISCH |
KMQUADRAT |
LINK |
NUMMER |
ORDNER |
SCHLUESSEL |
STEUERBEZIRK |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static VermessungPictureServerAction.Param |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VermessungPictureServerAction.Param[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VermessungPictureServerAction.Param SCHLUESSEL
public static final VermessungPictureServerAction.Param GEMARKUNG
public static final VermessungPictureServerAction.Param FLUR
public static final VermessungPictureServerAction.Param BLATT
public static final VermessungPictureServerAction.Param STEUERBEZIRK
public static final VermessungPictureServerAction.Param BEZEICHNER
public static final VermessungPictureServerAction.Param HISTORISCH
public static final VermessungPictureServerAction.Param LINK
public static final VermessungPictureServerAction.Param VERSION
public static final VermessungPictureServerAction.Param KMQUADRAT
public static final VermessungPictureServerAction.Param ORDNER
public static final VermessungPictureServerAction.Param NUMMER
public static VermessungPictureServerAction.Param[] values()
for (VermessungPictureServerAction.Param c : VermessungPictureServerAction.Param.values()) System.out.println(c);
public static VermessungPictureServerAction.Param 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.