public static class OptionsBase.SpellSplitWords extends Enum
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OptionsBase.SpellSplitWords.SpellSplitWordsEditor  | 
Enum.EnumEditor, Enum.LocaleEnumEditor| Modifier and Type | Field and Description | 
|---|---|
static OptionsBase.SpellSplitWords | 
AFTER
Performed after normal spell correction, if still unknown. 
 | 
static OptionsBase.SpellSplitWords | 
BEFORE
Performed before normal spell correction. 
 | 
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
static OptionsBase.SpellSplitWords | 
FALSE
Disabled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static OptionsBase.SpellSplitWords | 
valueOf(java.lang.String pName)  | 
compareTo, getEnumClassInfo, getOrdinal, iterator, iterator, lookup, lookup, lookup, lookup, readResolve, toStringpublic static final java.lang.String CLASS_VERSION
public static final OptionsBase.SpellSplitWords FALSE
public static final OptionsBase.SpellSplitWords BEFORE
public static final OptionsBase.SpellSplitWords AFTER
public static OptionsBase.SpellSplitWords valueOf(java.lang.String pName)