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