public static enum UdpHeader.UdpMessageType extends Enum<UdpHeader.UdpMessageType>
Enum Constant and Description |
---|
I2V_Acknowledge |
I2V_Confirm |
I2V_DistToFrontVehicle |
I2V_EmergencyStop |
I2V_Reject |
PVUpdate |
V2I_Cancel |
V2I_Done |
V2I_Request |
Modifier and Type | Method and Description |
---|---|
static UdpHeader.UdpMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UdpHeader.UdpMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UdpHeader.UdpMessageType PVUpdate
public static final UdpHeader.UdpMessageType I2V_Confirm
public static final UdpHeader.UdpMessageType I2V_Reject
public static final UdpHeader.UdpMessageType I2V_Acknowledge
public static final UdpHeader.UdpMessageType I2V_EmergencyStop
public static final UdpHeader.UdpMessageType V2I_Request
public static final UdpHeader.UdpMessageType V2I_Cancel
public static final UdpHeader.UdpMessageType V2I_Done
public static final UdpHeader.UdpMessageType I2V_DistToFrontVehicle
public static UdpHeader.UdpMessageType[] values()
for (UdpHeader.UdpMessageType c : UdpHeader.UdpMessageType.values()) System.out.println(c);
public static UdpHeader.UdpMessageType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013. All rights reserved.