de.bsvrz.ars.ars.mgmt.tasks
Enum QueryTask.SendingState
java.lang.Object
java.lang.Enum<QueryTask.SendingState>
de.bsvrz.ars.ars.mgmt.tasks.QueryTask.SendingState
- All Implemented Interfaces:
- Serializable, Comparable<QueryTask.SendingState>
- Enclosing class:
- QueryTask
protected static enum QueryTask.SendingState
- extends Enum<QueryTask.SendingState>
Zustand der Sendesteuerung (Senden / Anhalten / Abbrechen).
SEND
public static final QueryTask.SendingState SEND
STOP
public static final QueryTask.SendingState STOP
ABORT
public static final QueryTask.SendingState ABORT
values
public static QueryTask.SendingState[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (QueryTask.SendingState c : QueryTask.SendingState.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static QueryTask.SendingState valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null