Package | Description |
---|---|
uk.ac.ebi.intenz.domain.constants |
The most commonly used constants are implemented as typesafe enums.
|
uk.ac.ebi.intenz.domain.enzyme |
The core enzyme information is held in these classes.
|
uk.ac.ebi.intenz.domain.history |
The classification classes will be used to represent the EC hierarchy
and the enzyme history.
|
Modifier and Type | Method and Description |
---|---|
static Status |
Status.fromCode(String code) |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Status |
EnzymeEntry.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
EnzymeEntry.setStatus(Status status)
Sets the enzyme's status.
|
Modifier and Type | Method and Description |
---|---|
Status |
FutureEvent.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
FutureEvent.setStatus(Status status) |
Copyright © 2014 EMBL-EBI. All rights reserved.