Uses of Class
org.molgenis.vibe.cli.RunMode
-
Packages that use RunMode Package Description org.molgenis.vibe.cli org.molgenis.vibe.cli.io.options_digestion -
-
Uses of RunMode in org.molgenis.vibe.cli
Methods in org.molgenis.vibe.cli that return RunMode Modifier and Type Method Description static RunModeRunMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RunMode[]RunMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RunMode in org.molgenis.vibe.cli.io.options_digestion
Methods in org.molgenis.vibe.cli.io.options_digestion that return RunMode Modifier and Type Method Description RunModeVibeOptions. getRunMode()
-