public static enum BaseUIMAAsynchronousEngineCommon_impl.ClientState extends java.lang.Enum<BaseUIMAAsynchronousEngineCommon_impl.ClientState>
Enum Constant and Description |
---|
FAILED |
INITIALIZING |
RECONNECTING |
RUNNING |
STOPPED |
STOPPING |
Modifier and Type | Method and Description |
---|---|
static BaseUIMAAsynchronousEngineCommon_impl.ClientState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseUIMAAsynchronousEngineCommon_impl.ClientState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseUIMAAsynchronousEngineCommon_impl.ClientState INITIALIZING
public static final BaseUIMAAsynchronousEngineCommon_impl.ClientState RUNNING
public static final BaseUIMAAsynchronousEngineCommon_impl.ClientState FAILED
public static final BaseUIMAAsynchronousEngineCommon_impl.ClientState RECONNECTING
public static final BaseUIMAAsynchronousEngineCommon_impl.ClientState STOPPING
public static final BaseUIMAAsynchronousEngineCommon_impl.ClientState STOPPED
public static BaseUIMAAsynchronousEngineCommon_impl.ClientState[] values()
for (BaseUIMAAsynchronousEngineCommon_impl.ClientState c : BaseUIMAAsynchronousEngineCommon_impl.ClientState.values()) System.out.println(c);
public static BaseUIMAAsynchronousEngineCommon_impl.ClientState 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 nullCopyright © 2012. All Rights Reserved.