public static enum PolyglotCompilerOptions.EngineModeEnum extends Enum<PolyglotCompilerOptions.EngineModeEnum>
| Enum Constant and Description |
|---|
DEFAULT |
LATENCY |
THROUGHPUT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PolyglotCompilerOptions.EngineModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolyglotCompilerOptions.EngineModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolyglotCompilerOptions.EngineModeEnum DEFAULT
public static final PolyglotCompilerOptions.EngineModeEnum THROUGHPUT
public static final PolyglotCompilerOptions.EngineModeEnum LATENCY
public static PolyglotCompilerOptions.EngineModeEnum[] values()
public static PolyglotCompilerOptions.EngineModeEnum 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 nullpublic String toString()
toString in class Enum<PolyglotCompilerOptions.EngineModeEnum>