Package | Description |
---|---|
org.languagetool.rules |
Modifier and Type | Method and Description |
---|---|
Category.Location |
Category.getLocation() |
static Category.Location |
Category.Location.valueOf(String name)
Returns 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.
|
Constructor and Description |
---|
Category(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) |