Interface IProjectProperties

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IProjectProperties
    extends com4j.Com4jObject
    Global project parameters and settings.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int count()
      The number of parameters in the project.
      boolean isParam​(java.lang.String paramName)
      Checks if a parameter of this name exists.
      java.lang.String paramName​(int paramIndex)
      Gets the parameter name.
      java.lang.String paramValue​(java.lang.Object vParam)
      The value of the parameter.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • count

        int count()

        The number of parameters in the project.

        Getter method for the COM property "Count"

        Returns:
        Returns a value of type int
      • paramValue

        java.lang.String paramValue​(java.lang.Object vParam)

        The value of the parameter.

        Getter method for the COM property "ParamValue"

        Parameters:
        vParam - Mandatory java.lang.Object parameter.
        Returns:
        Returns a value of type java.lang.String
      • paramName

        java.lang.String paramName​(int paramIndex)

        Gets the parameter name.

        Getter method for the COM property "ParamName"

        Parameters:
        paramIndex - Mandatory int parameter.
        Returns:
        Returns a value of type java.lang.String
      • isParam

        boolean isParam​(java.lang.String paramName)

        Checks if a parameter of this name exists.

        Getter method for the COM property "IsParam"

        Parameters:
        paramName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type boolean