Interface IComponentParam2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseParam
,IComponentParam
,IObjectLockingSupport
- All Known Subinterfaces:
IComponentParam3
public interface IComponentParam2 extends IComponentParam
Services for managing Business Process Test parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
flowOutputParamSrc()
For HP use.boolean
isUsed()
Checks if the component parameter is used.-
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseParam
desc, desc, name, name, order, order, value, value, valueType, valueType
-
Methods inherited from interface step.repository.alm.v16.otaclient.IComponentParam
component, isOut, isOut
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
flowOutputParamSrc
com4j.Com4jObject flowOutputParamSrc()
For HP use. The flow output parameter's source.
Getter method for the COM property "FlowOutputParamSrc"
- Returns:
- Returns a value of type com4j.Com4jObject
-
isUsed
boolean isUsed()
Checks if the component parameter is used.
Getter method for the COM property "IsUsed"
- Returns:
- Returns a value of type boolean
-
-