Package step.repository.alm.otaclient
Interface IComponentParam
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseParam,- IObjectLockingSupport
 
 public interface IComponentParam extends IBaseParam Services for managing Business Process Test parameters.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectcomponent()The Component containing the parameter.intisOut()Indicates if this is an output parameter.voidisOut(int pVal)Indicates if this is an output parameter.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseParamdesc, desc, name, name, order, order, value, value, valueType, valueType
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
componentcom4j.Com4jObject component() The Component containing the parameter. Getter method for the COM property "Component" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
isOutint isOut() Indicates if this is an output parameter. If False, this is an input parameter. Getter method for the COM property "IsOut" - Returns:
- Returns a value of type int
 
 - 
isOutvoid isOut(int pVal) Indicates if this is an output parameter. If False, this is an input parameter. Setter method for the COM property "IsOut" - Parameters:
- pVal- Mandatory int parameter.
 
 
- 
 
-