public static enum VermessungPictureServerAction.Body extends Enum<VermessungPictureServerAction.Body>
| Modifier and Type | Method and Description |
|---|---|
static VermessungPictureServerAction.Body |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VermessungPictureServerAction.Body[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VermessungPictureServerAction.Body FIND_GRENZNIEDERSCHRIFT
public static final VermessungPictureServerAction.Body GET_GRENZNIEDERSCHRIFT_FILENAME
public static final VermessungPictureServerAction.Body GET_GRENZNIEDERSCHRIFT_LINK_FILENAME
public static final VermessungPictureServerAction.Body FIND_VERMESSUNGSRISS
public static final VermessungPictureServerAction.Body GET_VERMESSUNGSRISS_FILENAME
public static final VermessungPictureServerAction.Body GET_VERMESSUNGSRISS_LINK_FILENAME
public static final VermessungPictureServerAction.Body FIND_BUCHWERK
public static final VermessungPictureServerAction.Body GET_BUCHWERK_FILENAME
public static final VermessungPictureServerAction.Body FIND_INSELKARTE
public static final VermessungPictureServerAction.Body GET_INSELKARTE_FILENAME
public static final VermessungPictureServerAction.Body FIND_GEWANNE
public static final VermessungPictureServerAction.Body GET_GEWANNE_FILENAME
public static final VermessungPictureServerAction.Body FIND_GEBAEUDEBESCHREIBUNG
public static final VermessungPictureServerAction.Body GET_GEBAEUDEBESCHREIBUNG_FILENAME
public static VermessungPictureServerAction.Body[] values()
for (VermessungPictureServerAction.Body c : VermessungPictureServerAction.Body.values()) System.out.println(c);
public static VermessungPictureServerAction.Body 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.