Interface ConnectorSchemaItemConfig

    • Method Detail

      • getAttributeName

        java.lang.String getAttributeName()
        Deprecated.
        Gets the attributeName attribute of the ConnectorSchemaItemConfig object
        Returns:
        The attributeName value
      • setAttributeName

        void setAttributeName​(java.lang.String name)
        Deprecated.
        Sets the attributeName attribute of the ConnectorSchemaItemConfig object
        Parameters:
        name - The new attributeName value
      • getInternalSyntax

        java.lang.String getInternalSyntax()
        Deprecated.
        Gets the internalSyntax attribute of the ConnectorSchemaItemConfig object
        Returns:
        The internalSyntax value
      • setInternalSyntax

        void setInternalSyntax​(java.lang.String syntax)
        Deprecated.
        Sets the internalSyntax attribute of the ConnectorSchemaItemConfig object
        Parameters:
        syntax - The new internalSyntax value
      • getExternalSyntax

        java.lang.String getExternalSyntax()
        Deprecated.
        Gets the externalSyntax attribute of the ConnectorSchemaItemConfig object
        Returns:
        The externalSyntax value
      • setExternalSyntax

        void setExternalSyntax​(java.lang.String syntax)
        Deprecated.
        Sets the externalSyntax attribute of the ConnectorSchemaItemConfig object
        Parameters:
        syntax - The new externalSyntax value
      • getSample

        java.lang.Object getSample()
        Deprecated.
        Gets the sample attribute of the ConnectorSchemaItemConfig object
        Returns:
        The sample value
      • setSample

        void setSample​(java.lang.Object sample)
        Deprecated.
        Sets the sample attribute of the ConnectorSchemaItemConfig object
        Parameters:
        sample - The new sample value
      • getExcluded

        boolean getExcluded()
        Deprecated.
        Gets the excluded attribute of the ConnectorSchemaItemConfig object
        Returns:
        The excluded value
      • setExcluded

        void setExcluded​(boolean excluded)
        Deprecated.
        Sets the excluded attribute of the ConnectorSchemaItemConfig object
        Parameters:
        excluded - The new excluded value
      • getInputRequired

        boolean getInputRequired()
        Deprecated.
        Gets the inputRequired attribute of the ConnectorSchemaItemConfig object
        Returns:
        The inputRequired value
      • setInputRequired

        void setInputRequired​(boolean required)
        Deprecated.
        Sets the inputRequired attribute of the ConnectorSchemaItemConfig object
        Parameters:
        required - The new inputRequired value
      • getOutputRequired

        boolean getOutputRequired()
        Deprecated.
        Gets the outputRequired attribute of the ConnectorSchemaItemConfig object
        Returns:
        The outputRequired value
      • setOutputRequired

        void setOutputRequired​(boolean required)
        Deprecated.
        Sets the outputRequired attribute of the ConnectorSchemaItemConfig object
        Parameters:
        required - The new outputRequired value
      • getDefaultValue

        java.lang.Object getDefaultValue()
        Deprecated.
        Gets the defaultValue attribute of the ConnectorSchemaItemConfig object
        Returns:
        The defaultValue value
      • setDefaultValue

        void setDefaultValue​(java.lang.Object value)
        Deprecated.
        Sets the defaultValue attribute of the ConnectorSchemaItemConfig object
        Parameters:
        value - The new defaultValue value