Uses of Class
org.languagetool.rules.ITSIssueType
-
Packages that use ITSIssueType Package Description org.languagetool.rules -
-
Uses of ITSIssueType in org.languagetool.rules
Fields in org.languagetool.rules declared as ITSIssueType Modifier and Type Field Description private ITSIssueType
Rule. locQualityIssueType
Methods in org.languagetool.rules that return ITSIssueType Modifier and Type Method Description static ITSIssueType
ITSIssueType. getIssueType(java.lang.String name)
ITSIssueType
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 ITSIssueType
ITSIssueType. valueOf(java.lang.String name)
Returns 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 ITSIssueType Modifier and Type Method Description void
Rule. setLocQualityIssueType(ITSIssueType locQualityIssueType)
Set the Localization Quality Issue Type.
-