public static enum TextSpecInfoRun.SpellInfoEnum extends java.lang.Enum<TextSpecInfoRun.SpellInfoEnum>
Enum Constant and Description |
---|
clean
the text needs rechecking.
|
correct
the text is spelled correct
|
error
the text is spelled incorrectly.
|
grammar
the text has a grammar error.
|
Modifier and Type | Method and Description |
---|---|
static TextSpecInfoRun.SpellInfoEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextSpecInfoRun.SpellInfoEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextSpecInfoRun.SpellInfoEnum error
public static final TextSpecInfoRun.SpellInfoEnum clean
public static final TextSpecInfoRun.SpellInfoEnum grammar
public static final TextSpecInfoRun.SpellInfoEnum correct
public static TextSpecInfoRun.SpellInfoEnum[] values()
for (TextSpecInfoRun.SpellInfoEnum c : TextSpecInfoRun.SpellInfoEnum.values()) System.out.println(c);
public static TextSpecInfoRun.SpellInfoEnum 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 nullCopyright 2020 The Apache Software Foundation or its licensors, as applicable.