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