Uses of Class
org.molgenis.dataexplorer.controller.Module
-
Packages that use Module Package Description org.molgenis.dataexplorer.controller -
-
Uses of Module in org.molgenis.dataexplorer.controller
Methods in org.molgenis.dataexplorer.controller that return Module Modifier and Type Method Description static ModuleModule. valueOf(String name)Returns the enum constant of this type with the specified name.static Module[]Module. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.molgenis.dataexplorer.controller that return types with arguments of type Module Modifier and Type Method Description List<Module>DataExplorerService. getModules(org.molgenis.data.meta.model.EntityType entityType)List<Module>DataExplorerServiceImpl. getModules(org.molgenis.data.meta.model.EntityType entityType)
-