- java.lang.Object
-
- com.pervasive.datarush.modules.ModuleCategoryImpl
-
- All Implemented Interfaces:
ModuleCategory
public class ModuleCategoryImpl extends Object implements ModuleCategory
-
-
Constructor Summary
Constructors Constructor Description ModuleCategoryImpl(String name, List<Module> modules)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceModuleCategory
-
getModules
public List<Module> getModules()
- Specified by:
getModulesin interfaceModuleCategory
-
-