Enum Constant and Description |
---|
ack |
ackack |
bad |
client_event |
exec |
fetchack |
heartbeat |
i_o |
nack |
rebooted |
timeline |
Modifier and Type | Method and Description |
---|---|
static UDP.udp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UDP.udp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UDP.udp bad
public static final UDP.udp heartbeat
public static final UDP.udp rebooted
public static final UDP.udp timeline
public static final UDP.udp client_event
public static final UDP.udp ackack
public static final UDP.udp fetchack
public static final UDP.udp ack
public static final UDP.udp nack
public static final UDP.udp exec
public static final UDP.udp i_o
public static UDP.udp[] values()
for (UDP.udp c : UDP.udp.values()) System.out.println(c);
public static UDP.udp 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