public interface IComponentStep extends IBaseField
Modifier and Type | Method and Description |
---|---|
int |
order()
The 1-based position of the step in the order of execution of the steps of the component.
|
void |
order(int pVal)
The 1-based position of the step in the order of execution of the steps of the component.
|
com4j.Com4jObject |
parent()
The parent Component
|
String |
stepDescription()
The description of the step.
|
void |
stepDescription(String pVal)
The description of the step.
|
String |
stepExpectedResult()
The expected result of the step.
|
void |
stepExpectedResult(String pVal)
The expected result of the step.
|
String |
stepName()
The component step name.
|
void |
stepName(String pVal)
The component step name.
|
void |
validate()
Validate the step.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String stepDescription()
The description of the step.
Getter method for the COM property "StepDescription"
void stepDescription(String pVal)
The description of the step.
Setter method for the COM property "StepDescription"
pVal
- Mandatory java.lang.String parameter.int order()
The 1-based position of the step in the order of execution of the steps of the component.
Getter method for the COM property "Order"
void order(int pVal)
The 1-based position of the step in the order of execution of the steps of the component.
Setter method for the COM property "Order"
pVal
- Mandatory int parameter.com4j.Com4jObject parent()
The parent Component
Getter method for the COM property "Parent"
String stepName()
The component step name.
Getter method for the COM property "StepName"
void stepName(String pVal)
The component step name.
Setter method for the COM property "StepName"
pVal
- Mandatory java.lang.String parameter.String stepExpectedResult()
The expected result of the step.
Getter method for the COM property "StepExpectedResult"
void stepExpectedResult(String pVal)
The expected result of the step.
Setter method for the COM property "StepExpectedResult"
pVal
- Mandatory java.lang.String parameter.void validate()
Validate the step.
Copyright © 2020. All rights reserved.