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