Package step.repository.alm.otaclient
Interface IBPIterationParam
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IObjectLockingSupport
 
 public interface IBPIterationParam extends IBaseField An instance of a business component parameter that belongs to a single iteration.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectbpParameter()The BPParameter object of which this is an instance.java.lang.Stringvalue()The value of the parameter for this iteration.voidvalue(java.lang.String pVal)The value of the parameter for this iteration.- 
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.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
bpParametercom4j.Com4jObject bpParameter() The BPParameter object of which this is an instance. Getter method for the COM property "BPParameter" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
valuejava.lang.String value() The value of the parameter for this iteration. Getter method for the COM property "Value" - Returns:
- Returns a value of type java.lang.String
 
 - 
valuevoid value(java.lang.String pVal) The value of the parameter for this iteration. Setter method for the COM property "Value" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 
- 
 
-