Interface IProductInfo
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IProductInfo2
public interface IProductInfo extends com4j.Com4jObject
Information about the current version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
bptVersion()
The Business Process Test versions.int
qcVersion(com4j.Holder<java.lang.Integer> pnMajorVersion, com4j.Holder<java.lang.Integer> pnMinorVersion)
The build information for the installed version.
-
-
-
Method Detail
-
qcVersion
int qcVersion(com4j.Holder<java.lang.Integer> pnMajorVersion, com4j.Holder<java.lang.Integer> pnMinorVersion)
The build information for the installed version.
Getter method for the COM property "QCVersion"
- Parameters:
pnMajorVersion
- Mandatory Holderparameter. pnMinorVersion
- Mandatory Holderparameter. - Returns:
- Returns a value of type int
-
bptVersion
int bptVersion()
The Business Process Test versions.
Getter method for the COM property "BPTVersion"
- Returns:
- Returns a value of type int
-
-