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