Class CallParamConfigImpl

    • Constructor Detail

      • CallParamConfigImpl

        public CallParamConfigImpl()
        Deprecated.
        Default Constructor.
      • CallParamConfigImpl

        public CallParamConfigImpl​(java.lang.Object config)
        Deprecated.
        Constructor.
        Parameters:
        config - TreeMap of attribute/value pairs
    • Method Detail

      • getTargetAttributeName

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

        public void setTargetAttributeName​(java.lang.String targetAttributeName)
        Deprecated.
        Sets the targetAttributeName attribute of the CallParamConfig object
        Specified by:
        setTargetAttributeName in interface CallParamConfig
        Parameters:
        targetAttributeName - The new targetAttributeName value
      • setSyntax

        public void setSyntax​(java.lang.String value)
        Deprecated.
        Gets the syntax of the call parameter.
        Specified by:
        setSyntax in interface CallParamConfig
        Parameters:
        value - The new syntax, e.g. "java.lang.String".
      • getSyntax

        public java.lang.String getSyntax()
        Deprecated.
        Gets the syntax attribute of the CallParamConfig object
        Specified by:
        getSyntax in interface CallParamConfig
        Returns:
        The defaultValue value