public interface ICondition
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
description()
The Condition description.
|
void |
description(String pVal)
The Condition description.
|
Object |
id()
The Condition ID.
|
Object |
source()
For a run condition, the source condition ID.
|
Object |
sourceInstance()
For HP use.
|
Object |
sourceTestId()
For HP use.
|
Object |
target()
The target test instance number of the condition.
|
Object |
targetInstance()
For HP use.
|
Object |
targetTestId()
For HP use.
|
short |
type()
For HP use.
|
Object |
value()
The Condition status value.
|
void |
value(Object pVal)
The Condition status value.
|
Object value()
The Condition status value.
Getter method for the COM property "Value"
void value(Object pVal)
The Condition status value.
Setter method for the COM property "Value"
pVal
- Mandatory java.lang.Object parameter.short type()
For HP use. The condition type: TDCOND_RUN for a test run status, or any other value for a time condition.
Getter method for the COM property "Type"
Object source()
For a run condition, the source condition ID. For a time condition, a date-time string.
Getter method for the COM property "Source"
Object target()
The target test instance number of the condition.
Getter method for the COM property "Target"
String description()
The Condition description.
Getter method for the COM property "Description"
void description(String pVal)
The Condition description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.Object id()
The Condition ID.
Getter method for the COM property "ID"
Object sourceInstance()
For HP use. For a run condition, the source test instance number of the condition.
Getter method for the COM property "SourceInstance"
Object targetInstance()
For HP use. The target test instance number of the condition.
Getter method for the COM property "TargetInstance"
Object sourceTestId()
For HP use. The source test ID.
Getter method for the COM property "SourceTestId"
Object targetTestId()
For HP use. The target test instance number of the condition.
Getter method for the COM property "TargetTestId"
Copyright © 2020. All rights reserved.