Uses of Class
modules.commons.ModuleType
-
Packages that use ModuleType Package Description modules.commons -
-
Uses of ModuleType in modules.commons
Methods in modules.commons that return ModuleType Modifier and Type Method Description ModuleTypeModuleStarter. getModuleType()Payment or Shippingstatic ModuleTypeModuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleType[]ModuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in modules.commons with parameters of type ModuleType Modifier and Type Method Description voidModuleStarter. setModuleType(ModuleType moduleType)
-