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.TypeRuleMatch. typeMethods in org.languagetool.rules that return RuleMatch.Type Modifier and Type Method Description RuleMatch.TypeRuleMatch. getType()static RuleMatch.TypeRuleMatch.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 voidRuleMatch. setType(RuleMatch.Type type)
-