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