public static enum AllLineObjects.Table extends Enum<AllLineObjects.Table>
| Enum Constant and Description |
|---|
deich_ft |
fg_ba_anll |
fg_ba_bbef |
fg_ba_d |
fg_ba_doku |
fg_ba_due |
fg_ba_gb |
fg_ba_gmd |
fg_ba_leis |
fg_ba_prof |
fg_ba_proj |
fg_ba_rl |
fg_ba_sb |
fg_ba_sbef |
fg_ba_tech |
fg_ba_ubef |
fg_ba_ughz |
| Modifier and Type | Method and Description |
|---|---|
static AllLineObjects.Table |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllLineObjects.Table[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllLineObjects.Table fg_ba_gb
public static final AllLineObjects.Table fg_ba_gmd
public static final AllLineObjects.Table fg_ba_prof
public static final AllLineObjects.Table fg_ba_sbef
public static final AllLineObjects.Table fg_ba_ubef
public static final AllLineObjects.Table fg_ba_bbef
public static final AllLineObjects.Table fg_ba_sb
public static final AllLineObjects.Table fg_ba_rl
public static final AllLineObjects.Table fg_ba_d
public static final AllLineObjects.Table fg_ba_due
public static final AllLineObjects.Table fg_ba_anll
public static final AllLineObjects.Table deich_ft
public static final AllLineObjects.Table fg_ba_ughz
public static final AllLineObjects.Table fg_ba_leis
public static final AllLineObjects.Table fg_ba_tech
public static final AllLineObjects.Table fg_ba_doku
public static final AllLineObjects.Table fg_ba_proj
public static AllLineObjects.Table[] values()
for (AllLineObjects.Table c : AllLineObjects.Table.values()) System.out.println(c);
public static AllLineObjects.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.