Interface IBPParam
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IBPParam extends IBaseField
An instance of a Component Parameter in a business component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
bpComponent()
The BPComponent object to which this parameter belongs.com4j.Com4jObject
componentParam()
The ComponentParam object from which this BPParam was created.int
componentParamIsOut()
Indicates if the ComponentParam from which this BPParam was created is an output parameter.java.lang.String
componentParamName()
The name of the ComponentParam object from which this BPParam was created.int
componentParamOrder()
The position of the ComponentParam object from which this BPParam was created.com4j.Com4jObject
reference()
The output BPParameter object that is the source of the value for this parameter.void
reference(com4j.Com4jObject pVal)
The output BPParameter object that is the source of the value for this parameter.int
type()
The parameter type.-
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.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
reference
com4j.Com4jObject reference()
The output BPParameter object that is the source of the value for this parameter.
Getter method for the COM property "Reference"
- Returns:
- Returns a value of type com4j.Com4jObject
-
reference
void reference(com4j.Com4jObject pVal)
The output BPParameter object that is the source of the value for this parameter.
Setter method for the COM property "Reference"
- Parameters:
pVal
- Mandatory com4j.Com4jObject parameter.
-
type
int type()
The parameter type.
Getter method for the COM property "Type"
- Returns:
- Returns a value of type int
-
componentParam
com4j.Com4jObject componentParam()
The ComponentParam object from which this BPParam was created.
Getter method for the COM property "ComponentParam"
- Returns:
- Returns a value of type com4j.Com4jObject
-
componentParamName
java.lang.String componentParamName()
The name of the ComponentParam object from which this BPParam was created.
Getter method for the COM property "ComponentParamName"
- Returns:
- Returns a value of type java.lang.String
-
componentParamIsOut
int componentParamIsOut()
Indicates if the ComponentParam from which this BPParam was created is an output parameter. If 0, input parameter.
Getter method for the COM property "ComponentParamIsOut"
- Returns:
- Returns a value of type int
-
bpComponent
com4j.Com4jObject bpComponent()
The BPComponent object to which this parameter belongs.
Getter method for the COM property "BPComponent"
- Returns:
- Returns a value of type com4j.Com4jObject
-
componentParamOrder
int componentParamOrder()
The position of the ComponentParam object from which this BPParam was created.
Getter method for the COM property "ComponentParamOrder"
- Returns:
- Returns a value of type int
-
-