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