public static enum StatisticsResult.ResultCode extends java.lang.Enum<StatisticsResult.ResultCode>
Enum Constant and Description |
---|
ERROR_IN_CONFIG |
NOT_PERMITTED_SERVER |
NOT_PERMITTED_TIMEOUT |
NOT_PERMITTED_USER |
NOTHING_TO_SEND |
SEND |
SENT_WITH_ERRORS |
Modifier and Type | Method and Description |
---|---|
static StatisticsResult.ResultCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsResult.ResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticsResult.ResultCode SEND
public static final StatisticsResult.ResultCode NOT_PERMITTED_SERVER
public static final StatisticsResult.ResultCode NOT_PERMITTED_USER
public static final StatisticsResult.ResultCode ERROR_IN_CONFIG
public static final StatisticsResult.ResultCode NOT_PERMITTED_TIMEOUT
public static final StatisticsResult.ResultCode NOTHING_TO_SEND
public static final StatisticsResult.ResultCode SENT_WITH_ERRORS
public static StatisticsResult.ResultCode[] values()
for (StatisticsResult.ResultCode c : StatisticsResult.ResultCode.values()) System.out.println(c);
public static StatisticsResult.ResultCode 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 null