public static enum AnalysisSettings.AnalysisType extends Enum<AnalysisSettings.AnalysisType>
| Enum Constant and Description |
|---|
abstractParse |
balanced |
flow |
justfront |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisSettings.AnalysisType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisSettings.AnalysisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisSettings.AnalysisType abstractParse
public static final AnalysisSettings.AnalysisType balanced
public static final AnalysisSettings.AnalysisType flow
public static final AnalysisSettings.AnalysisType justfront
public static AnalysisSettings.AnalysisType 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 static AnalysisSettings.AnalysisType[] values()
for (AnalysisSettings.AnalysisType c : AnalysisSettings.AnalysisType.values()) System.out.println(c);
Copyright © 2008-2013 Mathias Schwarz.