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