Interface IComponentStep

    • Method Detail

      • stepDescription

        String stepDescription()

        The description of the step.

        Getter method for the COM property "StepDescription"

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

        void stepDescription​(String pVal)

        The description of the step.

        Setter method for the COM property "StepDescription"

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

        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"

        Returns:
        Returns a value of type int
      • 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"

        Parameters:
        pVal - Mandatory int parameter.
      • parent

        com4j.Com4jObject parent()

        The parent Component

        Getter method for the COM property "Parent"

        Returns:
        Returns a value of type com4j.Com4jObject
      • stepName

        String stepName()

        The component step name.

        Getter method for the COM property "StepName"

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

        void stepName​(String pVal)

        The component step name.

        Setter method for the COM property "StepName"

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

        String stepExpectedResult()

        The expected result of the step.

        Getter method for the COM property "StepExpectedResult"

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

        void stepExpectedResult​(String pVal)

        The expected result of the step.

        Setter method for the COM property "StepExpectedResult"

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

        void validate()

        Validate the step.