public static enum ITCPConnectionManagerEntry.NamedEntry extends Enum<ITCPConnectionManagerEntry.NamedEntry>
| Enum Constant and Description |
|---|
Channel |
ExecutionEngine |
ExecutionEngineCallback |
gRS2 |
gRS2Store |
| Modifier and Type | Method and Description |
|---|---|
static ITCPConnectionManagerEntry.NamedEntry |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITCPConnectionManagerEntry.NamedEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITCPConnectionManagerEntry.NamedEntry gRS2
public static final ITCPConnectionManagerEntry.NamedEntry gRS2Store
public static final ITCPConnectionManagerEntry.NamedEntry ExecutionEngineCallback
public static final ITCPConnectionManagerEntry.NamedEntry ExecutionEngine
public static final ITCPConnectionManagerEntry.NamedEntry Channel
public static ITCPConnectionManagerEntry.NamedEntry[] values()
for (ITCPConnectionManagerEntry.NamedEntry c : ITCPConnectionManagerEntry.NamedEntry.values()) System.out.println(c);
public static ITCPConnectionManagerEntry.NamedEntry 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 © 2018. All Rights Reserved.