public static enum RelativeZeitLiteral.ZeitEinheit extends java.lang.Enum<RelativeZeitLiteral.ZeitEinheit>
| Enum Constant and Description |
|---|
MILLISEKUNDE
Angabe in Milisekunden.
|
MINUTE
Angabe in Minuten.
|
SEKUNDE
Angabe in Sekunden.
|
STUNDE
Angabe in Stunden.
|
TAG
Angabe in Tagen.
|
| Modifier and Type | Method and Description |
|---|---|
static RelativeZeitLiteral.ZeitEinheit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelativeZeitLiteral.ZeitEinheit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelativeZeitLiteral.ZeitEinheit TAG
public static final RelativeZeitLiteral.ZeitEinheit STUNDE
public static final RelativeZeitLiteral.ZeitEinheit MINUTE
public static final RelativeZeitLiteral.ZeitEinheit SEKUNDE
public static final RelativeZeitLiteral.ZeitEinheit MILLISEKUNDE
public static RelativeZeitLiteral.ZeitEinheit[] values()
for (RelativeZeitLiteral.ZeitEinheit c : RelativeZeitLiteral.ZeitEinheit.values()) System.out.println(c);
public static RelativeZeitLiteral.ZeitEinheit 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 null