Uses of Class
org.languagetool.rules.RuleMatch.Type
-
Packages that use RuleMatch.Type Package Description org.languagetool.rules -
-
Uses of RuleMatch.Type in org.languagetool.rules
Fields in org.languagetool.rules declared as RuleMatch.Type Modifier and Type Field Description private RuleMatch.Type
RuleMatch. type
Methods in org.languagetool.rules that return RuleMatch.Type Modifier and Type Method Description RuleMatch.Type
RuleMatch. getType()
static RuleMatch.Type
RuleMatch.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RuleMatch.Type[]
RuleMatch.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.languagetool.rules with parameters of type RuleMatch.Type Modifier and Type Method Description void
RuleMatch. setType(RuleMatch.Type type)
-