Interface ICondition
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface ICondition extends com4j.Com4jObjectRepresents a condition for a test to be executed.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdescription()The Condition description.voiddescription(java.lang.String pVal)The Condition description.java.lang.Objectid()The Condition ID.java.lang.Objectsource()For a run condition, the source condition ID.java.lang.ObjectsourceInstance()For HP use.java.lang.ObjectsourceTestId()For HP use.java.lang.Objecttarget()The target test instance number of the condition.java.lang.ObjecttargetInstance()For HP use.java.lang.ObjecttargetTestId()For HP use.shorttype()For HP use.java.lang.Objectvalue()The Condition status value.voidvalue(java.lang.Object pVal)The Condition status value.
 
- 
- 
- 
Method Detail- 
valuejava.lang.Object value() The Condition status value. Getter method for the COM property "Value" - Returns:
- Returns a value of type java.lang.Object
 
 - 
valuevoid value(java.lang.Object pVal) The Condition status value. Setter method for the COM property "Value" - Parameters:
- pVal- Mandatory java.lang.Object parameter.
 
 - 
typeshort 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" - Returns:
- Returns a value of type short
 
 - 
sourcejava.lang.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" - Returns:
- Returns a value of type java.lang.Object
 
 - 
targetjava.lang.Object target() The target test instance number of the condition. Getter method for the COM property "Target" - Returns:
- Returns a value of type java.lang.Object
 
 - 
descriptionjava.lang.String description() The Condition description. Getter method for the COM property "Description" - Returns:
- Returns a value of type java.lang.String
 
 - 
descriptionvoid description(java.lang.String pVal) The Condition description. Setter method for the COM property "Description" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
idjava.lang.Object id() The Condition ID. Getter method for the COM property "ID" - Returns:
- Returns a value of type java.lang.Object
 
 - 
sourceInstancejava.lang.Object sourceInstance() For HP use. For a run condition, the source test instance number of the condition. Getter method for the COM property "SourceInstance" - Returns:
- Returns a value of type java.lang.Object
 
 - 
targetInstancejava.lang.Object targetInstance() For HP use. The target test instance number of the condition. Getter method for the COM property "TargetInstance" - Returns:
- Returns a value of type java.lang.Object
 
 - 
sourceTestIdjava.lang.Object sourceTestId() For HP use. The source test ID. Getter method for the COM property "SourceTestId" - Returns:
- Returns a value of type java.lang.Object
 
 - 
targetTestIdjava.lang.Object targetTestId() For HP use. The target test instance number of the condition. Getter method for the COM property "TargetTestId" - Returns:
- Returns a value of type java.lang.Object
 
 
- 
 
-