Interface ICustomizationModules3
- 
- All Superinterfaces:
- com4j.Com4jObject,- ICustomizationModules,- ICustomizationModules2
 
 public interface ICustomizationModules3 extends ICustomizationModules2 Services for managing the customization modules.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IModulemodule(int moduleID)Returns the module specified by the module ID.IListmodules()The list of project module IDs.java.lang.Objectmodules(int index)- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationModulesdescription, description, guid, guid, name, name, visible, visible
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationModules2isVisibleForGroup, isVisibleForGroup, visibleForGroups
 
- 
 
- 
- 
- 
Method Detail- 
modulesIList modules() The list of project module IDs. Getter method for the COM property "Modules" - Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
 
 - 
modulesjava.lang.Object modules(int index) 
 - 
moduleIModule module(int moduleID) Returns the module specified by the module ID. Getter method for the COM property "Module" - Parameters:
- moduleID- Mandatory int parameter.
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IModule
 
 
- 
 
-