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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
bpParameter()
The BPParameter object of which this is an instance.java.lang.String
value()
The value of the parameter for this iteration.void
value(java.lang.String pVal)
The value of the parameter for this iteration.-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
bpParameter
com4j.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
-
value
java.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
-
value
void 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.
-
-