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