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