|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.intenz.domain.constants.EnzymeStatusConstant
Status instead.
public class EnzymeStatusConstant
This class represents an enumeration of all database source types.
Instances of this class are immutable.
| Field Summary | |
|---|---|
static EnzymeStatusConstant |
APPROVED
Deprecated. |
static EnzymeStatusConstant |
PROPOSED
Deprecated. |
static EnzymeStatusConstant |
SUGGESTED
Deprecated. |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Deprecated. Standard equals method. |
String |
getCode()
Deprecated. Returns the status code. |
int |
hashCode()
Deprecated. Returns the hash code of this object. |
String |
toString()
Deprecated. Returns the status code's text. |
static EnzymeStatusConstant |
valueOf(String statusCode)
Deprecated. Returns the corresponding instance of the given status code. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final EnzymeStatusConstant APPROVED
public static final EnzymeStatusConstant SUGGESTED
public static final EnzymeStatusConstant PROPOSED
| Method Detail |
|---|
public static EnzymeStatusConstant valueOf(String statusCode)
statusCode - The status code.
NullPointerException - if statusCode is null.
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 | |||||||||