| Package | Description |
|---|---|
| net.sf.okapi.common.annotation |
Classes to implement and manage annotations.
|
| Modifier and Type | Method and Description |
|---|---|
static Note.Priority |
Note.Priority.fromInt(int value) |
Note.Priority |
Note.getPriority() |
static Note.Priority |
Note.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Note.Priority[] |
Note.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Note.setPriority(Note.Priority priority) |
Copyright © 2021. All rights reserved.