public static enum BaseUIMAAsynchronousEngineCommon_impl.ClientState extends 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(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(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 nullCopyright © 2016. All rights reserved.