Interface IExtensionData3
-
- All Superinterfaces:
com4j.Com4jObject
,IExtensionData
,IExtensionData1
,IExtensionData2
public interface IExtensionData3 extends IExtensionData2
For HP use. The properties of an extension as they appear in the extension.xml file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
dependsOn()
The extension list on which it depends.java.lang.Object
dependsOn(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.IExtensionData
displayName, modules, modules, name, otaDataProviderId, repositoryRoot, uiDataProviderId, version
-
Methods inherited from interface step.repository.alm.v16.otaclient.IExtensionData1
otaNetDataProviderName, uiNetDataProviderName
-
Methods inherited from interface step.repository.alm.v16.otaclient.IExtensionData2
fullVersion
-
-
-
-
Method Detail
-
dependsOn
IList dependsOn()
The extension list on which it depends.
Getter method for the COM property "DependsOn"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
dependsOn
java.lang.Object dependsOn(int index)
-
-