Interface ITestParameter

    • Method Detail

      • name

        java.lang.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​(java.lang.String pVal)

        The parameter's name.

        Setter method for the COM property "Name"

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

        java.lang.String description()

        The parameter description.

        Getter method for the COM property "Description"

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

        void description​(java.lang.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

        java.lang.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​(java.lang.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