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