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