public static enum OptimizerIO.TargetRuntime extends java.lang.Enum<OptimizerIO.TargetRuntime>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCapitalizedName() |
java.lang.String |
getSimpleName() |
static OptimizerIO.TargetRuntime |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptimizerIO.TargetRuntime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OptimizerIO.TargetRuntime JIT
public static final OptimizerIO.TargetRuntime NATIVE
public static OptimizerIO.TargetRuntime[] values()
for (OptimizerIO.TargetRuntime c : OptimizerIO.TargetRuntime.values()) System.out.println(c);
public static OptimizerIO.TargetRuntime 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 nullpublic java.lang.String getSimpleName()
public java.lang.String getCapitalizedName()