Package | Description |
---|---|
uk.ac.ebi.intenz.domain.constants |
The most commonly used constants are implemented as typesafe enums.
|
uk.ac.ebi.intenz.domain.history |
The classification classes will be used to represent the EC hierarchy
and the enzyme history.
|
Modifier and Type | Field and Description |
---|---|
static EventConstant |
EventConstant.CREATION
Deprecated.
|
static EventConstant |
EventConstant.DELETION
Deprecated.
|
static EventConstant |
EventConstant.MODIFICATION
Deprecated.
|
static EventConstant |
EventConstant.TRANSFER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EventConstant |
EventConstant.valueOf(String eventCode)
Deprecated.
Returns the corresponding instance of the given event code.
|
Modifier and Type | Field and Description |
---|---|
protected EventConstant |
HistoryEvent.eventClass |
Modifier and Type | Method and Description |
---|---|
EventConstant |
HistoryEvent.getEventClass() |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setEventClass(EventConstant eventClass) |
Copyright © 2014 EMBL-EBI. All rights reserved.