public static enum BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState extends Enum<BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState>
Enum Constant and Description |
---|
CLOSED |
FAILED |
OPEN |
WAITING_FOR_BROKER |
Modifier and Type | Method and Description |
---|---|
static BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState CLOSED
public static final BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState FAILED
public static final BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState WAITING_FOR_BROKER
public static final BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState OPEN
public static BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState[] values()
for (BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState c : BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState.values()) System.out.println(c);
public static BaseUIMAAsynchronousEngineCommon_impl.SharedConnection.ConnectionState 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 © 2017. All rights reserved.