Uses of Enum Class
org.languagetool.rules.ITSIssueType
Packages that use ITSIssueType
-
Uses of ITSIssueType in org.languagetool.gui
Fields in org.languagetool.gui with type parameters of type ITSIssueTypeMethods in org.languagetool.gui that return types with arguments of type ITSIssueType -
Uses of ITSIssueType in org.languagetool.rules
Fields in org.languagetool.rules declared as ITSIssueTypeMethods in org.languagetool.rules that return ITSIssueTypeModifier and TypeMethodDescriptionstatic ITSIssueTypeITSIssueType.getIssueType(String name) Rule.getLocQualityIssueType()Returns the Localization Quality Issue Type, as defined at http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#lqissue-typevalues.static ITSIssueTypeReturns the enum constant of this class with the specified name.static ITSIssueType[]ITSIssueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.languagetool.rules with parameters of type ITSIssueTypeModifier and TypeMethodDescriptionvoidRule.setLocQualityIssueType(ITSIssueType locQualityIssueType) Set the Localization Quality Issue Type.Constructors in org.languagetool.rules with parameters of type ITSIssueTypeModifierConstructorDescriptionSpecificIdRule(String id, String desc, boolean isPremium, Category category, ITSIssueType issueType, List<Tag> tags) -
Uses of ITSIssueType in org.languagetool.server
Fields in org.languagetool.server declared as ITSIssueTypeModifier and TypeFieldDescription(package private) final ITSIssueTypeResultExtender.HiddenRule.itsTypeMethods in org.languagetool.server that return ITSIssueType