public static enum ClassCompilerSelector.CompilerPolicy extends Enum<ClassCompilerSelector.CompilerPolicy>
Modifier and Type | Method and Description |
---|---|
static ClassCompilerSelector.CompilerPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassCompilerSelector.CompilerPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassCompilerSelector.CompilerPolicy DEFAULT
public static final ClassCompilerSelector.CompilerPolicy JDK
public static final ClassCompilerSelector.CompilerPolicy JANINO
public static ClassCompilerSelector.CompilerPolicy[] values()
for (ClassCompilerSelector.CompilerPolicy c : ClassCompilerSelector.CompilerPolicy.values()) System.out.println(c);
public static ClassCompilerSelector.CompilerPolicy 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 © 1970 The Apache Software Foundation. All rights reserved.