public enum GanglinienAuswahlmethode extends java.lang.Enum<GanglinienAuswahlmethode>
Enum Constant and Description |
---|
REFERENZ_GANGLINIE
Auswahl der Referenzganglinie.
|
UNDEFINIERT
Methode ist nicht festgelegt.
|
WAHRSCHEINLICHSTE_GANGLINIE
Auswahl der wahrscheinlichsten Ganglinie.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static GanglinienAuswahlmethode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GanglinienAuswahlmethode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static GanglinienAuswahlmethode |
with(int code) |
public static final GanglinienAuswahlmethode UNDEFINIERT
public static final GanglinienAuswahlmethode REFERENZ_GANGLINIE
public static final GanglinienAuswahlmethode WAHRSCHEINLICHSTE_GANGLINIE
public static GanglinienAuswahlmethode[] values()
for (GanglinienAuswahlmethode c : GanglinienAuswahlmethode.values()) System.out.println(c);
public static GanglinienAuswahlmethode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static GanglinienAuswahlmethode with(int code)
public int getCode()