Uses of Enum
org.languagetool.rules.ITSIssueType
Packages that use ITSIssueType
-
Uses of ITSIssueType in org.languagetool.rules
Subclasses with type arguments of type ITSIssueType in org.languagetool.rulesModifier and TypeClassDescriptionenumSome constants for Localization Quality Issue Type from the Internationalization Tag Set (ITS) Version 2.0.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 type with the specified name.static ITSIssueType[]ITSIssueType.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 ITSIssueTypeModifier and TypeMethodDescriptionvoidRule.setLocQualityIssueType(ITSIssueType locQualityIssueType) Set the Localization Quality Issue Type.