Uses of Class
org.languagetool.LanguageMaintainedState
-
Packages that use LanguageMaintainedState Package Description org.languagetool -
-
Uses of LanguageMaintainedState in org.languagetool
Methods in org.languagetool that return LanguageMaintainedState Modifier and Type Method Description LanguageMaintainedStateLanguage. getMaintainedState()Information about whether the support for this language in LanguageTool is actively maintained.static LanguageMaintainedStateLanguageMaintainedState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LanguageMaintainedState[]LanguageMaintainedState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-