public static enum Compiler.SearchStrategy extends Enum<Compiler.SearchStrategy>
| Enum Constant and Description |
|---|
LUX_SEARCH |
LUX_UNOPTIMIZED |
NONE |
SAXON_LICENSE |
| Modifier and Type | Method and Description |
|---|---|
static Compiler.SearchStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compiler.SearchStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compiler.SearchStrategy NONE
public static final Compiler.SearchStrategy LUX_UNOPTIMIZED
public static final Compiler.SearchStrategy LUX_SEARCH
public static final Compiler.SearchStrategy SAXON_LICENSE
public static Compiler.SearchStrategy[] values()
for (Compiler.SearchStrategy c : Compiler.SearchStrategy.values()) System.out.println(c);
public static Compiler.SearchStrategy 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 © 2013. All Rights Reserved.