public static class RichSequence.Terms
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DOI_KEY
Holds a reference to the key that must be used to store DOI
references.
|
static java.lang.String |
MEDLINE_KEY
Holds a reference to the key that must be used to store Medline
references.
|
static java.lang.String |
PLASMID_KEY |
static java.lang.String |
PUBMED_KEY
Holds a reference to the key that must be used to store PubMed
references.
|
static java.lang.String |
SPECIES_KEY |
static java.lang.String |
STRAIN_KEY |
static java.lang.String |
TISSUE_KEY |
static java.lang.String |
TRANSPOSON_KEY |
Constructor and Description |
---|
Terms() |
Modifier and Type | Method and Description |
---|---|
static ComparableTerm |
getAdditionalAccessionTerm()
Getter for the secondary/tertiary/additional accession term
|
static ComparableTerm |
getCopyrightTerm()
Getter for the copyright term
|
static ComparableTerm |
getDataClassTerm()
Getter for the DataClass term
|
static ComparableTerm |
getDateAnnotatedTerm()
Getter for the date annotated term
|
static ComparableTerm |
getDateCreatedTerm()
Getter for the date created term
|
static ComparableTerm |
getDateUpdatedTerm()
Getter for the date updated term
|
static ComparableTerm |
getFeatureDescTerm()
Getter for the FeatureDesc term
|
static ComparableTerm |
getFTIdTerm()
Getter for the FTId term
|
static ComparableTerm |
getGeneNameTerm()
Getter for the GeneName term
|
static ComparableTerm |
getGeneSynonymTerm()
Getter for the GeneSynonym term
|
static ComparableTerm |
getKeywordTerm()
Getter for the keyword term
|
static ComparableTerm |
getMolTypeTerm()
getter for the MolType term
|
static ComparableTerm |
getOrderedLocusNameTerm()
Getter for the OrderedLocusName term
|
static ComparableTerm |
getORFNameTerm()
Getter for the ORFName term
|
static ComparableTerm |
getOrganelleTerm()
Getter for the Organelle term
|
static ComparableTerm |
getPlasmidTerm()
Getter for the Plasmid term
|
static ComparableTerm |
getRelAnnotatedTerm()
Getter for the release annotated term
|
static ComparableTerm |
getRelCreatedTerm()
Getter for the release created term
|
static ComparableTerm |
getRelUpdatedTerm()
Getter for the release updated term
|
static ComparableTerm |
getSpeciesTerm()
Getter for the Species term
|
static ComparableTerm |
getStrainTerm()
Getter for the Strain term
|
static ComparableTerm |
getStrandedTerm()
Getter for the Strand term; legal values are "single", "double", and
"mixed".
|
static ComparableTerm |
getTissueTerm()
Getter for the Tissue term
|
static ComparableTerm |
getTransposonTerm()
Getter for the Transposon term
|
public static java.lang.String SPECIES_KEY
public static java.lang.String STRAIN_KEY
public static java.lang.String TISSUE_KEY
public static java.lang.String TRANSPOSON_KEY
public static java.lang.String PLASMID_KEY
public static final java.lang.String PUBMED_KEY
public static final java.lang.String MEDLINE_KEY
public static final java.lang.String DOI_KEY
public static ComparableTerm getAdditionalAccessionTerm()
public static ComparableTerm getKeywordTerm()
public static ComparableTerm getDateCreatedTerm()
public static ComparableTerm getDateUpdatedTerm()
public static ComparableTerm getDateAnnotatedTerm()
public static ComparableTerm getRelCreatedTerm()
public static ComparableTerm getRelUpdatedTerm()
public static ComparableTerm getRelAnnotatedTerm()
public static ComparableTerm getMolTypeTerm()
public static ComparableTerm getStrandedTerm()
public static ComparableTerm getOrganelleTerm()
public static ComparableTerm getGeneNameTerm()
public static ComparableTerm getGeneSynonymTerm()
public static ComparableTerm getOrderedLocusNameTerm()
public static ComparableTerm getORFNameTerm()
public static ComparableTerm getStrainTerm()
public static ComparableTerm getSpeciesTerm()
public static ComparableTerm getTissueTerm()
public static ComparableTerm getTransposonTerm()
public static ComparableTerm getPlasmidTerm()
public static ComparableTerm getDataClassTerm()
public static ComparableTerm getFTIdTerm()
public static ComparableTerm getFeatureDescTerm()
public static ComparableTerm getCopyrightTerm()