Interface ICustomizationModules3
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationModules
,ICustomizationModules2
public interface ICustomizationModules3 extends ICustomizationModules2
Services for managing the customization modules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModule
module(int moduleID)
Returns the module specified by the module ID.IList
modules()
The list of project module IDs.java.lang.Object
modules(int index)
-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationModules
description, description, guid, guid, name, name, visible, visible
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationModules2
isVisibleForGroup, isVisibleForGroup, visibleForGroups
-
-
-
-
Method Detail
-
modules
IList 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
-
modules
java.lang.Object modules(int index)
-
module
IModule 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
-
-