public interface IBPParam extends IBaseField
Modifier and Type | Method and 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.
|
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.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
com4j.Com4jObject reference()
The output BPParameter object that is the source of the value for this parameter.
Getter method for the COM property "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"
pVal
- Mandatory com4j.Com4jObject parameter.int type()
The parameter type.
Getter method for the COM property "Type"
com4j.Com4jObject componentParam()
The ComponentParam object from which this BPParam was created.
Getter method for the COM property "ComponentParam"
String componentParamName()
The name of the ComponentParam object from which this BPParam was created.
Getter method for the COM property "ComponentParamName"
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"
com4j.Com4jObject bpComponent()
The BPComponent object to which this parameter belongs.
Getter method for the COM property "BPComponent"
int componentParamOrder()
The position of the ComponentParam object from which this BPParam was created.
Getter method for the COM property "ComponentParamOrder"
Copyright © 2020. All rights reserved.