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