public static enum SpellCheckerManager.DictionaryLevel extends java.lang.Enum<SpellCheckerManager.DictionaryLevel>
Enum Constant and Description |
---|
APP |
NOT_SPECIFIED |
PROJECT |
Modifier and Type | Method and Description |
---|---|
static SpellCheckerManager.DictionaryLevel |
getLevelByName(java.lang.String name) |
java.lang.String |
getName() |
static SpellCheckerManager.DictionaryLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpellCheckerManager.DictionaryLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpellCheckerManager.DictionaryLevel APP
public static final SpellCheckerManager.DictionaryLevel PROJECT
public static final SpellCheckerManager.DictionaryLevel NOT_SPECIFIED
public static SpellCheckerManager.DictionaryLevel[] values()
for (SpellCheckerManager.DictionaryLevel c : SpellCheckerManager.DictionaryLevel.values()) System.out.println(c);
public static SpellCheckerManager.DictionaryLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public static SpellCheckerManager.DictionaryLevel getLevelByName(java.lang.String name)