Interface ICondition

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICondition
    extends com4j.Com4jObject
    Represents a condition for a test to be executed.
    • Method Detail

      • value

        Object value()

        The Condition status value.

        Getter method for the COM property "Value"

        Returns:
        Returns a value of type java.lang.Object
      • value

        void value​(Object pVal)

        The Condition status value.

        Setter method for the COM property "Value"

        Parameters:
        pVal - Mandatory java.lang.Object parameter.
      • type

        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"

        Returns:
        Returns a value of type short
      • source

        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
      • target

        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
      • description

        String description()

        The Condition description.

        Getter method for the COM property "Description"

        Returns:
        Returns a value of type java.lang.String
      • description

        void description​(String pVal)

        The Condition description.

        Setter method for the COM property "Description"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • id

        Object id()

        The Condition ID.

        Getter method for the COM property "ID"

        Returns:
        Returns a value of type java.lang.Object
      • sourceInstance

        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
      • targetInstance

        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
      • sourceTestId

        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
      • targetTestId

        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