- 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:
getName
in interfaceModuleCategory
-
getModules
public List<Module> getModules()
- Specified by:
getModules
in interfaceModuleCategory
-
-