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