Interface IBPParam

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject bpComponent()
      The BPComponent object to which this parameter belongs.
      com4j.Com4jObject componentParam()
      The ComponentParam object from which this BPParam was created.
      int componentParamIsOut()
      Indicates if the ComponentParam from which this BPParam was created is an output parameter.
      java.lang.String componentParamName()
      The name of the ComponentParam object from which this BPParam was created.
      int componentParamOrder()
      The position of the ComponentParam object from which this BPParam was created.
      com4j.Com4jObject reference()
      The output BPParameter object that is the source of the value for this parameter.
      void reference​(com4j.Com4jObject pVal)
      The output BPParameter object that is the source of the value for this parameter.
      int type()
      The parameter type.
      • Methods inherited from interface com4j.Com4jObject

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

      • reference

        com4j.Com4jObject reference()

        The output BPParameter object that is the source of the value for this parameter.

        Getter method for the COM property "Reference"

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

        void reference​(com4j.Com4jObject pVal)

        The output BPParameter object that is the source of the value for this parameter.

        Setter method for the COM property "Reference"

        Parameters:
        pVal - Mandatory com4j.Com4jObject parameter.
      • type

        int type()

        The parameter type.

        Getter method for the COM property "Type"

        Returns:
        Returns a value of type int
      • componentParam

        com4j.Com4jObject componentParam()

        The ComponentParam object from which this BPParam was created.

        Getter method for the COM property "ComponentParam"

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

        java.lang.String componentParamName()

        The name of the ComponentParam object from which this BPParam was created.

        Getter method for the COM property "ComponentParamName"

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

        int componentParamIsOut()

        Indicates if the ComponentParam from which this BPParam was created is an output parameter. If 0, input parameter.

        Getter method for the COM property "ComponentParamIsOut"

        Returns:
        Returns a value of type int
      • bpComponent

        com4j.Com4jObject bpComponent()

        The BPComponent object to which this parameter belongs.

        Getter method for the COM property "BPComponent"

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

        int componentParamOrder()

        The position of the ComponentParam object from which this BPParam was created.

        Getter method for the COM property "ComponentParamOrder"

        Returns:
        Returns a value of type int