Uses of Enum Class
org.snpeff.genBank.Feature.Type
Packages that use Feature.Type
-
Uses of Feature.Type in org.snpeff.genBank
Methods in org.snpeff.genBank that return Feature.TypeModifier and TypeMethodDescriptionFeature.getType()static Feature.TypeParse a string into a Feature.Typestatic Feature.TypeReturns the enum constant of this class with the specified name.static Feature.Type[]Feature.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.snpeff.genBank with parameters of type Feature.TypeModifierConstructorDescriptionFeature(Feature.Type type, String def) Feature(Feature.Type type, String def, int start, int end, boolean complement, int lineNum)