|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Cofactor.Operators>
uk.ac.ebi.intenz.domain.enzyme.Cofactor.Operators
public static enum Cofactor.Operators
Enum Constant Summary | |
---|---|
AND
Only used in complex nestings |
|
OR_FAMILIES
For cofactors which are used by different families of enzymes within the same EC number. |
|
OR_OPTIONAL
For cofactors which can be used indiscriminately by an enzyme. |
|
OR_UNKNOWN
For cofactors which may be used by an enzyme, but scientists aren't sure which one. |
Method Summary | |
---|---|
String |
getCode()
|
static String[] |
getCodes()
|
String |
toString()
|
static Cofactor.Operators |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Cofactor.Operators[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Cofactor.Operators AND
public static final Cofactor.Operators OR_OPTIONAL
public static final Cofactor.Operators OR_FAMILIES
public static final Cofactor.Operators OR_UNKNOWN
Method Detail |
---|
public static Cofactor.Operators[] values()
for (Cofactor.Operators c : Cofactor.Operators.values()) System.out.println(c);
public static Cofactor.Operators valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Cofactor.Operators>
public String getCode()
public static String[] getCodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |