| 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(String name,
Category.Location location)
Create a new category.
|
Category(String name,
Category.Location location,
boolean onByDefault)
Create a new category.
|
Category(String name,
int priority,
Category.Location location,
boolean onByDefault)
Deprecated.
priority will be removed, as it had not been used (deprecated since 2.8)
|