java.io.Serializable
, java.lang.Comparable<EreignisKalenderAnfrage.EreignisTypenOption>
public static enum EreignisKalenderAnfrage.EreignisTypenOption extends java.lang.Enum<EreignisKalenderAnfrage.EreignisTypenOption>
Modifier and Type | Method | Description |
---|---|---|
int |
getDavWert() |
|
static EreignisKalenderAnfrage.EreignisTypenOption |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EreignisKalenderAnfrage.EreignisTypenOption[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EreignisKalenderAnfrage.EreignisTypenOption ALLE
public static final EreignisKalenderAnfrage.EreignisTypenOption NUR
public static final EreignisKalenderAnfrage.EreignisTypenOption NICHT
public static EreignisKalenderAnfrage.EreignisTypenOption[] values()
for (EreignisKalenderAnfrage.EreignisTypenOption c : EreignisKalenderAnfrage.EreignisTypenOption.values()) System.out.println(c);
public static EreignisKalenderAnfrage.EreignisTypenOption 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 int getDavWert()