public static enum GerinneGeschlFlaechenReportDialog.Art extends Enum<GerinneGeschlFlaechenReportDialog.Art>
| Modifier and Type | Method and Description |
|---|---|
static GerinneGeschlFlaechenReportDialog.Art |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GerinneGeschlFlaechenReportDialog.Art[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GerinneGeschlFlaechenReportDialog.Art rl
public static final GerinneGeschlFlaechenReportDialog.Art d
public static final GerinneGeschlFlaechenReportDialog.Art due
public static GerinneGeschlFlaechenReportDialog.Art[] values()
for (GerinneGeschlFlaechenReportDialog.Art c : GerinneGeschlFlaechenReportDialog.Art.values()) System.out.println(c);
public static GerinneGeschlFlaechenReportDialog.Art 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–2026 cismet GmbH. All rights reserved.