public static enum RunSender.Count extends java.lang.Enum<RunSender.Count>
| Enum Constant and Description |
|---|
ANZAHL |
FEHLER |
FEHLVERSUCHE |
FILME |
GET_SIZE_PROXY |
GET_SIZE_SUM |
PROXY
Seite über Proxy laden.
|
SUM_DATA_BYTE
Datenmenge, entpackt
|
SUM_TRAFFIC_BYTE
Datenmenge, die übertragen wird
|
SUM_TRAFFIC_LOADART_NIX |
WARTEZEIT_FEHLVERSUCHE |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getNames() |
java.lang.String |
toString() |
static RunSender.Count |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RunSender.Count[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunSender.Count ANZAHL
public static final RunSender.Count FILME
public static final RunSender.Count FEHLER
public static final RunSender.Count FEHLVERSUCHE
public static final RunSender.Count WARTEZEIT_FEHLVERSUCHE
public static final RunSender.Count PROXY
public static final RunSender.Count SUM_DATA_BYTE
public static final RunSender.Count SUM_TRAFFIC_BYTE
public static final RunSender.Count SUM_TRAFFIC_LOADART_NIX
public static final RunSender.Count GET_SIZE_SUM
public static final RunSender.Count GET_SIZE_PROXY
public static RunSender.Count[] values()
for (RunSender.Count c : RunSender.Count.values()) System.out.println(c);
public static RunSender.Count 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 static java.lang.String[] getNames()
public java.lang.String toString()
toString in class java.lang.Enum<RunSender.Count>