GoXRef.Type
ARACYC_STR, CORUM_STR, EC_STR, GOC_STR, IMG_STR, KEGG_STR, META_CYC_STR, NIF_SUBCELLULAR_STR, PMID_STR, PO_STR, REACTOME_STR, RESID_STR, RHEA_STR, SABIO_RK_STR, TC_STR, UM_BBD_ENZYME_ID_STR, UM_BBD_PATHWAY_ID_STR, UM_BBD_REACTIONID_STR, UNIPATHWAY_STR, WIKIPEDIA_STR, XX_STR
Constructor | Description |
---|---|
BasicGoXRef(java.lang.String s) |
|
BasicGoXRef(GoXRef.Type type,
java.lang.String xref) |
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(GoXRef xref) |
|
boolean |
equals(java.lang.Object o) |
Based on value and type.
|
GoXRef.Type |
getType() |
|
java.lang.String |
getXRef() |
|
java.lang.String |
toString() |
public BasicGoXRef(java.lang.String s)
public BasicGoXRef(GoXRef.Type type, java.lang.String xref)
public int compareTo(GoXRef xref)
compareTo
in interface java.lang.Comparable<GoXRef>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public GoXRef.Type getType()
public java.lang.String toString()
toString
in class java.lang.Object