public enum ImValues extends Enum<ImValues>
Enum Constant and Description |
---|
CONTMSG |
RADL |
RECONFIGURE |
START |
STATE |
STOP |
Modifier and Type | Method and Description |
---|---|
static ImValues |
getEnumFromValue(String value)
Returns a ImValue if the String passed is the same as one of the states of
the enumerator.
|
String |
getValue() |
String |
toString() |
static ImValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImValues START
public static final ImValues STOP
public static final ImValues CONTMSG
public static final ImValues RADL
public static final ImValues STATE
public static final ImValues RECONFIGURE
public static ImValues[] values()
for (ImValues c : ImValues.values()) System.out.println(c);
public static ImValues 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 nullpublic String getValue()
public static ImValues getEnumFromValue(String value) throws NoEnumFoundException
value
- : string of the value to retrieveNoEnumFoundException
Copyright © 2016. All rights reserved.