|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.intenz.domain.constants.EventConstant
Event instead.
public class EventConstant
This class provides all event constants.
Instances of this class are immutable.
| Field Summary | |
|---|---|
static EventConstant |
CREATION
Deprecated. |
static EventConstant |
DELETION
Deprecated. |
static EventConstant |
MODIFICATION
Deprecated. |
static EventConstant |
TRANSFER
Deprecated. |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Deprecated. Standard equals method. |
String |
getCode()
Deprecated. Returns the code of this event. |
int |
hashCode()
Deprecated. Returns the hash code of this object. |
String |
toString()
Deprecated. Returns the database code. |
static EventConstant |
valueOf(String eventCode)
Deprecated. Returns the corresponding instance of the given event code. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final EventConstant DELETION
public static final EventConstant TRANSFER
public static final EventConstant MODIFICATION
public static final EventConstant CREATION
| Method Detail |
|---|
public static EventConstant valueOf(String eventCode)
eventCode - The event code.
IllegalArgumentException - if the code is invalid.public boolean equals(Object o)
equals in class Objecto - Object to be compared to this one.
true if the objects are equal.public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic String getCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||