Interface IBPIterationParam

  • All Superinterfaces:
    com4j.Com4jObject, IBaseField, IObjectLockingSupport

    public interface IBPIterationParam
    extends IBaseField
    An instance of a business component parameter that belongs to a single iteration.
    • Method Detail

      • bpParameter

        com4j.Com4jObject bpParameter()

        The BPParameter object of which this is an instance.

        Getter method for the COM property "BPParameter"

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

        String value()

        The value of the parameter for this iteration.

        Getter method for the COM property "Value"

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

        void value​(String pVal)

        The value of the parameter for this iteration.

        Setter method for the COM property "Value"

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