Package | Description |
---|---|
com.hfg.bio.taxonomy.uniprot |
Modifier and Type | Field and Description |
---|---|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.BACTERIOPHAGE
Bacteriophage PHG
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.ENVIRONMENTAL_SAMPLE
Environmental Sample ENV
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.FUNGAL
Fungal FUN
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.HUMAN
Human HUM
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.INVERTEBRATE
Invertebrate INV
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.MUS_MUSCULUS
Mus musculus MUS
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.OTHER_MAMMAL
Other Mammal MAM
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.OTHER_RODENT
Other Rodent ROD
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.OTHER_VERTEBRATE
Other Vertebrate VRT
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.PLANT
Plant PLN
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.PROKARYOTE
Prokaryote PRO
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.SYNTHETIC
Synthetic SYN
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.TRANSGENIC
Transgenic TGN
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.UNCLASSIFIED
Unclassified UNC
|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.VIRAL
Viral VRL
|
Modifier and Type | Method and Description |
---|---|
static EMBL_TaxonDivision |
EMBL_TaxonDivision.valueOf(String inValue)
Returns the corresponding EMBL_TaxonDivision by comparing the value to the
name and code values of the enumerated set.
|
Modifier and Type | Method and Description |
---|---|
static Collection<EMBL_TaxonDivision> |
EMBL_TaxonDivision.values() |
jataylor@hairyfatguy.com