public static enum Cofactor.Operators extends Enum<Cofactor.Operators>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Cofactor.Operators>
public String getCode()
public static String[] getCodes()
Copyright © 2014 EMBL-EBI. All rights reserved.