public enum EProtocolMessages extends java.lang.Enum<EProtocolMessages>
Enum Constant and Description |
---|
APPDATA |
GEOACK |
GEOMSG |
LIBCONFIG |
ONLINE |
ONLINEANSWER |
Modifier and Type | Method and Description |
---|---|
static EProtocolMessages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EProtocolMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EProtocolMessages GEOMSG
public static final EProtocolMessages GEOACK
public static final EProtocolMessages ONLINE
public static final EProtocolMessages ONLINEANSWER
public static final EProtocolMessages LIBCONFIG
public static final EProtocolMessages APPDATA
public static EProtocolMessages[] values()
for (EProtocolMessages c : EProtocolMessages.values()) System.out.println(c);
public static EProtocolMessages 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