Uses of Class
org.snpeff.interval.Gene.GeneType
-
Packages that use Gene.GeneType Package Description org.snpeff.interval -
-
Uses of Gene.GeneType in org.snpeff.interval
Methods in org.snpeff.interval that return Gene.GeneType Modifier and Type Method Description Gene.GeneType
Gene. geneType()
static Gene.GeneType
Gene.GeneType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Gene.GeneType[]
Gene.GeneType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-