private static enum ServerSkript.SkriptFeld extends Enum<ServerSkript.SkriptFeld>
Enum Constant and Description |
---|
BESCHREIBUNG
Datenfeld für die Beschreibung des Skripts.
|
ERSTELLT_AM
Datenfeld für das Erstellungsdatum.
|
ERSTELLT_DURCH
Datenfeld für den Namen des Erstellers.
|
HISTORIE
Datenfeld für die Historie.
|
NAME
Datenfeld für den Name des Skripts.
|
QUELLE
Datenfeld für den Quelltext.
|
ZUSTAND
Datenfeld für den Bearbeitungszustand des Skripts.
|
Modifier and Type | Method and Description |
---|---|
static ServerSkript.SkriptFeld |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSkript.SkriptFeld[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerSkript.SkriptFeld ZUSTAND
public static final ServerSkript.SkriptFeld ERSTELLT_AM
public static final ServerSkript.SkriptFeld ERSTELLT_DURCH
public static final ServerSkript.SkriptFeld BESCHREIBUNG
public static final ServerSkript.SkriptFeld NAME
public static final ServerSkript.SkriptFeld QUELLE
public static final ServerSkript.SkriptFeld HISTORIE
public static ServerSkript.SkriptFeld[] values()
for (ServerSkript.SkriptFeld c : ServerSkript.SkriptFeld.values()) System.out.println(c);
public static ServerSkript.SkriptFeld 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 © 2017 BitCtrl Systems GmbH. All rights reserved.