public enum RegisterTypEnum extends java.lang.Enum<RegisterTypEnum>
Enum Constant and Description |
---|
BUCHSTABEN_1
Alle Zeichen von A-Z
|
BUCHSTABEN_2
Liste mit 20 Indexen und den Buchstaben
A,B,CD,E-H,IJ,K-M,NO,PQ,R-S,Sch,St,T-V,W,XZ
|
ZAHLEN_10
Zahlen 1-10
|
ZAHLEN_12
Zahlen 1-12
|
ZAHLEN_15
Zahlen 1-15
|
ZAHLEN_20
Zahlen 1-20
|
ZAHLEN_5
Zahlen 1-5
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getIndex() |
java.lang.String |
getTitel() |
java.lang.String |
getTooltip() |
static RegisterTypEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegisterTypEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterTypEnum BUCHSTABEN_1
public static final RegisterTypEnum BUCHSTABEN_2
public static final RegisterTypEnum ZAHLEN_5
public static final RegisterTypEnum ZAHLEN_10
public static final RegisterTypEnum ZAHLEN_12
public static final RegisterTypEnum ZAHLEN_15
public static final RegisterTypEnum ZAHLEN_20
public static RegisterTypEnum[] values()
for (RegisterTypEnum c : RegisterTypEnum.values()) System.out.println(c);
public static RegisterTypEnum 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 java.lang.String[] getIndex()
public java.lang.String getTitel()
public java.lang.String getTooltip()