Uses of Enum
org.languagetool.rules.Category.Location
Packages that use Category.Location
-
Uses of Category.Location in org.languagetool.rules
Fields in org.languagetool.rules declared as Category.LocationMethods in org.languagetool.rules that return Category.LocationModifier and TypeMethodDescriptionCategory.getLocation()static Category.LocationReturns the enum constant of this type with the specified name.static Category.Location[]Category.Location.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.languagetool.rules with parameters of type Category.LocationModifierConstructorDescriptionCategory(CategoryId id, String name, Category.Location location) Category(CategoryId id, String name, Category.Location location, boolean onByDefault) Category(CategoryId id, String name, Category.Location location, boolean onByDefault, String tabname)