public static enum AllPunktObjects.Table extends Enum<AllPunktObjects.Table>
| Enum Constant and Description |
|---|
fg_ba_anlp |
fg_ba_ea |
fg_ba_kr |
fg_ba_scha |
fg_ba_schw |
fg_ba_wehr |
foto |
mn_ow_pegel |
wr_wbu_aus |
wr_wbu_ben |
| Modifier and Type | Method and Description |
|---|---|
static AllPunktObjects.Table |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllPunktObjects.Table[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllPunktObjects.Table wr_wbu_ben
public static final AllPunktObjects.Table wr_wbu_aus
public static final AllPunktObjects.Table mn_ow_pegel
public static final AllPunktObjects.Table fg_ba_scha
public static final AllPunktObjects.Table fg_ba_wehr
public static final AllPunktObjects.Table fg_ba_schw
public static final AllPunktObjects.Table fg_ba_anlp
public static final AllPunktObjects.Table fg_ba_kr
public static final AllPunktObjects.Table fg_ba_ea
public static final AllPunktObjects.Table foto
public static AllPunktObjects.Table[] values()
for (AllPunktObjects.Table c : AllPunktObjects.Table.values()) System.out.println(c);
public static AllPunktObjects.Table 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.