public static enum GoXRef.Type extends java.lang.Enum<GoXRef.Type>
Enum Constant and Description |
---|
ARACYC |
CORUM |
EC |
GOC |
IMG |
KEGG |
META_CYC |
NIF_SUBCELLULAR |
PMID |
PO |
REACTOME |
RESID |
RHEA |
SABIO_RK |
TC |
UM_BBD_ENZYME_ID |
UM_BBD_PATHWAY_ID |
UM_BBD_REACTIONID |
UNIPATHWAY |
WIKIPEDIA |
XX |
Modifier and Type | Method and Description |
---|---|
static GoXRef.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoXRef.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoXRef.Type EC
public static final GoXRef.Type META_CYC
public static final GoXRef.Type REACTOME
public static final GoXRef.Type RESID
public static final GoXRef.Type UM_BBD_ENZYME_ID
public static final GoXRef.Type UM_BBD_PATHWAY_ID
public static final GoXRef.Type UM_BBD_REACTIONID
public static final GoXRef.Type TC
public static final GoXRef.Type ARACYC
public static final GoXRef.Type XX
public static final GoXRef.Type PMID
public static final GoXRef.Type IMG
public static final GoXRef.Type GOC
public static final GoXRef.Type WIKIPEDIA
public static final GoXRef.Type KEGG
public static final GoXRef.Type RHEA
public static final GoXRef.Type NIF_SUBCELLULAR
public static final GoXRef.Type CORUM
public static final GoXRef.Type UNIPATHWAY
public static final GoXRef.Type PO
public static final GoXRef.Type SABIO_RK
public static GoXRef.Type[] values()
for (GoXRef.Type c : GoXRef.Type.values()) System.out.println(c);
public static GoXRef.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null