Interface CallParamConfig

  • All Superinterfaces:
    BaseConfiguration, java.io.Serializable
    All Known Implementing Classes:
    CallParamConfigImpl

    public interface CallParamConfig
    extends BaseConfiguration
    Deprecated.
    This interface is no longer used, we use TaskCallBlock instead.
    Specifies the basic methods for configuring a CallParamConfig object
    See Also:
    TaskCallBlock
    • Method Detail

      • getTargetAttributeName

        java.lang.String getTargetAttributeName()
        Deprecated.
        Gets the targetAttributeName attribute of the CallParamConfig object
        Returns:
        The targetAttributeName value
      • setTargetAttributeName

        void setTargetAttributeName​(java.lang.String targetAttributeName)
        Deprecated.
        Sets the targetAttributeName attribute of the CallParamConfig object
        Parameters:
        targetAttributeName - The new targetAttributeName value
      • getSyntax

        java.lang.String getSyntax()
        Deprecated.
        Gets the syntax attribute of the CallParamConfig object
        Returns:
        The defaultValue value
      • setSyntax

        void setSyntax​(java.lang.String value)
        Deprecated.
        Gets the syntax of the call parameter.
        Parameters:
        value - The new syntax, e.g. "java.lang.String".