Modifier and Type | Field and Description |
---|---|
static EnzymeStatusConstant |
APPROVED
Deprecated.
|
static EnzymeStatusConstant |
PROPOSED
Deprecated.
|
static EnzymeStatusConstant |
SUGGESTED
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final EnzymeStatusConstant APPROVED
public static final EnzymeStatusConstant SUGGESTED
public static final EnzymeStatusConstant PROPOSED
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)
public int hashCode()
public String toString()
public String getCode()
Copyright © 2014 EMBL-EBI. All rights reserved.