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