Class DataExchangeExportXMLSpec


  • public final class DataExchangeExportXMLSpec
    extends DataExchangeExportSpec
    Deprecated.
    Since 2.3.0, replaced by DataExchangeSpec.
    Stores specifications for {addon.label} Export XML service. Specifications have extra options include exporting computed values, indented XML and omitting XML comment.
    Since:
    2.1.0
    See Also:
    XMLExportConfigurationSpec
    • Constructor Detail

      • DataExchangeExportXMLSpec

        public DataExchangeExportXMLSpec()
        Deprecated.
    • Method Detail

      • isComputedValuesIncluded

        public boolean isComputedValuesIncluded()
        Deprecated.
        Returns true if the exported XML file contains computed values.
      • setComputedValuesIncluded

        public void setComputedValuesIncluded​(boolean isComputedValuesIncluded)
        Deprecated.
        Sets whether to include computed values in the exported XML file.
      • isXMLIndented

        public boolean isXMLIndented()
        Deprecated.
        Returns true if the exported XML file indents lines.
      • setXMLIndented

        public void setXMLIndented​(boolean isXMLIndented)
        Deprecated.
        Sets whether lines are indented in the exported XML file.
      • isOmitXMLComment

        public boolean isOmitXMLComment()
        Deprecated.
        Returns true if the exported XML file omits comment.
      • setOmitXMLComment

        public void setOmitXMLComment​(boolean isOmitXMLComment)
        Deprecated.
        Sets whether to omit XML comments from the exported XML file.
      • isUseHeader

        public boolean isUseHeader()
        Deprecated.
        Returns true if the exported XML file contains {addon.label} header.
      • setUseHeader

        public void setUseHeader​(boolean usedHeader)
        Deprecated.
        Sets whether the XML file uses the {addon.label} header.