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