Uses of Enum Class
loci.plugins.in.ImportStep
Packages that use ImportStep
-
Uses of ImportStep in loci.plugins.in
Fields in loci.plugins.in declared as ImportStepModifier and TypeFieldDescriptionprivate ImportStepImportProcess.stepCurrent step in the import preparation process.Fields in loci.plugins.in with type parameters of type ImportStepModifier and TypeFieldDescriptionprivate static final HashMap<Integer, ImportStep> ImportStep.STEP_TABLEMethods in loci.plugins.in that return ImportStepModifier and TypeMethodDescriptionstatic ImportStepImportStep.getStep(int step) static ImportStepReturns the enum constant of this class with the specified name.static ImportStep[]ImportStep.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in loci.plugins.in with parameters of type ImportStepModifier and TypeMethodDescriptionprivate voidImportProcess.assertStep(ImportStep importStep) private voidImportProcess.step(ImportStep step)