| Package | Description |
|---|---|
| org.corpus_tools.annis.api.model |
| Modifier and Type | Method and Description |
|---|---|
static Job.StatusEnum |
Job.StatusEnum.fromValue(String value) |
Job.StatusEnum |
Job.getStatus()
Get status
|
Job.StatusEnum |
Job.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Job.StatusEnum |
Job.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.StatusEnum[] |
Job.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setStatus(Job.StatusEnum status) |
Job |
Job.status(Job.StatusEnum status) |
void |
Job.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Job.StatusEnum enumeration) |
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.