|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| uk.ac.ebi.intenz.domain.constants | The most commonly used constants are implemented as typesafe enums. |
| uk.ac.ebi.intenz.mapper | O/R mapping layer classes. |
| Uses of Event in uk.ac.ebi.intenz.domain.constants |
|---|
| Methods in uk.ac.ebi.intenz.domain.constants that return Event | |
|---|---|
Event |
Event.fromCode(String code)
|
static Event |
Event.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Event[] |
Event.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Event in uk.ac.ebi.intenz.mapper |
|---|
| Methods in uk.ac.ebi.intenz.mapper with parameters of type Event | |
|---|---|
void |
HistoryEventMapper.insertEvent(Event event,
Long beforeId,
Long afterId,
String note,
Connection con)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||