public static enum TspUtils.ProgressEvent.Event extends java.lang.Enum<TspUtils.ProgressEvent.Event>
Enum Constant and Description |
---|
COSTREDUCED |
IMPROVED |
PING |
PONG |
Modifier and Type | Field and Description |
---|---|
char |
symbol |
Modifier and Type | Method and Description |
---|---|
static TspUtils.ProgressEvent.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TspUtils.ProgressEvent.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TspUtils.ProgressEvent.Event PING
public static final TspUtils.ProgressEvent.Event PONG
public static final TspUtils.ProgressEvent.Event IMPROVED
public static final TspUtils.ProgressEvent.Event COSTREDUCED
public static TspUtils.ProgressEvent.Event[] values()
for (TspUtils.ProgressEvent.Event c : TspUtils.ProgressEvent.Event.values()) System.out.println(c);
public static TspUtils.ProgressEvent.Event 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