public class EnzymeSourceConstant extends Object
Modifier and Type | Field and Description |
---|---|
static EnzymeSourceConstant |
BRENDA |
static EnzymeSourceConstant |
INTENZ |
static EnzymeSourceConstant |
IUBMB |
static EnzymeSourceConstant |
SIB |
static EnzymeSourceConstant |
UNDEF |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Standard equals method.
|
int |
hashCode()
Returns the hash code of this object.
|
String |
toDisplayString()
Deprecated.
|
static String |
toDisplayString(String source)
Deprecated.
|
String |
toString()
Returns the database code.
|
static EnzymeSourceConstant |
valueOf(String sourceCode)
Returns the corresponding instance of the given source code.
|
public static final EnzymeSourceConstant UNDEF
public static final EnzymeSourceConstant IUBMB
public static final EnzymeSourceConstant SIB
public static final EnzymeSourceConstant BRENDA
public static final EnzymeSourceConstant INTENZ
public static EnzymeSourceConstant valueOf(String sourceCode)
sourceCode
- The source code.NullPointerException
- if sourceCode
is null
.IllegalArgumentException
- if the code is invalid.public boolean equals(Object o)
public int hashCode()
public String toString()
public static String toDisplayString(String source)
source
- public String toDisplayString()
Copyright © 2014 EMBL-EBI. All rights reserved.