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