Uses of Enum Class
de.iip_ecosphere.platform.support.setup.InstalledDependenciesSetup.Mode
Packages that use InstalledDependenciesSetup.Mode
-
Uses of InstalledDependenciesSetup.Mode in de.iip_ecosphere.platform.support.setup
Fields in de.iip_ecosphere.platform.support.setup declared as InstalledDependenciesSetup.ModeModifier and TypeFieldDescriptionprivate InstalledDependenciesSetup.ModeInstalledDependenciesSetup.modeMethods in de.iip_ecosphere.platform.support.setup that return InstalledDependenciesSetup.ModeModifier and TypeMethodDescriptionInstalledDependenciesSetup.getMode()Returns the mode.Returns the enum constant of this class with the specified name.static InstalledDependenciesSetup.Mode[]InstalledDependenciesSetup.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.support.setup with parameters of type InstalledDependenciesSetup.ModeModifier and TypeMethodDescriptionvoidInstalledDependenciesSetup.setMode(InstalledDependenciesSetup.Mode mode) Changes the mode.