Uses of Class
org.bidib.wizard.mvc.pom.model.PomMode
-
Packages that use PomMode Package Description org.bidib.wizard.mvc.pom.model -
-
Uses of PomMode in org.bidib.wizard.mvc.pom.model
Methods in org.bidib.wizard.mvc.pom.model that return PomMode Modifier and Type Method Description PomModeDirectAccessProgBeanModel. getMode()static PomModePomMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PomMode[]PomMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.pom.model with parameters of type PomMode Modifier and Type Method Description voidDirectAccessProgBeanModel. setMode(PomMode mode)
-