public enum LocationMethode extends Enum<LocationMethode>
Modifier and Type | Field and Description |
---|---|
int |
id
Numerische Darstellung der Location-Methode.
|
String |
text
Text-Darstellung der Location-Methode.
|
Modifier and Type | Method and Description |
---|---|
static LocationMethode |
get(int id)
.
|
String |
toString() |
static LocationMethode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationMethode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationMethode LISTE
public static final LocationMethode EXTEND
public final int id
public final String text
public static LocationMethode[] values()
for (LocationMethode c : LocationMethode.values()) System.out.println(c);
public static LocationMethode 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 nullpublic String toString()
toString
in class Enum<LocationMethode>
public static LocationMethode get(int id)
id
- der LocationMethodeCopyright © 2016 BitCtrl Systems GmbH. All rights reserved.