public static enum Inkarnation.InkarnationsTyp extends java.lang.Enum<Inkarnation.InkarnationsTyp>
Modifier and Type | Method and Description |
---|---|
static Inkarnation.InkarnationsTyp |
fromValue(java.lang.String value) |
java.lang.String |
toString() |
java.lang.String |
value() |
static Inkarnation.InkarnationsTyp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Inkarnation.InkarnationsTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Inkarnation.InkarnationsTyp DAV
public static final Inkarnation.InkarnationsTyp WRAPPED
public static final Inkarnation.InkarnationsTyp EXTERN
public static Inkarnation.InkarnationsTyp[] values()
for (Inkarnation.InkarnationsTyp c : Inkarnation.InkarnationsTyp.values()) System.out.println(c);
public static Inkarnation.InkarnationsTyp 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 toString()
toString
in class java.lang.Enum<Inkarnation.InkarnationsTyp>
public java.lang.String value()
public static Inkarnation.InkarnationsTyp fromValue(java.lang.String value)