public static enum BaulastenReportGenerator.Type extends Enum<BaulastenReportGenerator.Type>
| Enum Constant and Description |
|---|
TEXTBLATT |
TEXTBLATT_PLAN |
TEXTBLATT_PLAN_RASTER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BaulastenReportGenerator.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaulastenReportGenerator.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaulastenReportGenerator.Type TEXTBLATT
public static final BaulastenReportGenerator.Type TEXTBLATT_PLAN
public static final BaulastenReportGenerator.Type TEXTBLATT_PLAN_RASTER
public static BaulastenReportGenerator.Type[] values()
for (BaulastenReportGenerator.Type c : BaulastenReportGenerator.Type.values()) System.out.println(c);
public static BaulastenReportGenerator.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 nullpublic String toString()
toString in class Enum<BaulastenReportGenerator.Type>Copyright © 2012–2025 cismet GmbH. All rights reserved.