public enum ETaster extends java.lang.Enum<ETaster>
IObjektfabrik.erzeugeTastsensor(ETaster)
Modifier and Type | Method and Description |
---|---|
static ETaster |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETaster[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETaster EINGABE
public static final ETaster ENDE
public static final ETaster LINKS
public static final ETaster RECHTS
public static ETaster 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 ETaster[] values()
for (ETaster c : ETaster.values()) System.out.println(c);