Interface ITestParameter

    • Method Detail

      • name

        String name()

        The parameter's name.

        Getter method for the COM property "Name"

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

        void name​(String pVal)

        The parameter's name.

        Setter method for the COM property "Name"

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

        String description()

        The parameter description.

        Getter method for the COM property "Description"

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

        void description​(String pVal)

        The parameter description.

        Setter method for the COM property "Description"

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

        com4j.Com4jObject ownerTest()

        The test that owns this parameter.

        Getter method for the COM property "OwnerTest"

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

        Object defaultValue()

        The default value of the parameter.

        Getter method for the COM property "DefaultValue"

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

        void defaultValue​(Object pVal)

        The default value of the parameter.

        Setter method for the COM property "DefaultValue"

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

        boolean isUsed()

        Checks if the test parameter is used.

        Getter method for the COM property "IsUsed"

        Returns:
        Returns a value of type boolean