public interface IBPStepParam extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
name()
The name of this parameter.
|
void |
name(String pVal)
The name of this parameter.
|
int |
referencedParamID()
The parameter ID of the referenced parameter.
|
void |
referencedParamID(int pVal)
The parameter ID of the referenced parameter.
|
int |
stepID()
The ID of the step in which this parameter occurs.
|
int |
type()
The parameter type.
|
void |
type(int pVal)
The parameter type.
|
String |
value()
The value of this parameter.
|
void |
value(String pVal)
The value of this parameter.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The name of this parameter.
Getter method for the COM property "Name"
void name(String pVal)
The name of this parameter.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String value()
The value of this parameter.
Getter method for the COM property "Value"
void value(String pVal)
The value of this parameter.
Setter method for the COM property "Value"
pVal
- Mandatory java.lang.String parameter.int type()
The parameter type.
Getter method for the COM property "Type"
void type(int pVal)
The parameter type.
Setter method for the COM property "Type"
pVal
- Mandatory int parameter.int referencedParamID()
The parameter ID of the referenced parameter.
Getter method for the COM property "ReferencedParamID"
void referencedParamID(int pVal)
The parameter ID of the referenced parameter.
Setter method for the COM property "ReferencedParamID"
pVal
- Mandatory int parameter.int stepID()
The ID of the step in which this parameter occurs.
Getter method for the COM property "StepID"
Copyright © 2020. All rights reserved.