Package | Description |
---|---|
uk.ac.ebi.intenz.domain.constants |
The most commonly used constants are implemented as typesafe enums.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014 EMBL-EBI. All rights reserved.