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