public enum EnumFreigabeStatus extends Enum<EnumFreigabeStatus> implements EnumText
Modifier and Type | Method and Description |
---|---|
String |
getText() |
static EnumFreigabeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumFreigabeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumFreigabeStatus intern
public static final EnumFreigabeStatus extern
public static final EnumFreigabeStatus geloescht
public static EnumFreigabeStatus[] values()
for (EnumFreigabeStatus c : EnumFreigabeStatus.values()) System.out.println(c);
public static EnumFreigabeStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.