Class JDFAutoDBMergeParams

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFDBMergeParams

    public abstract class JDFAutoDBMergeParams
    extends JDFResource
    class JDFAutoDBMergeParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDBMergeParams

        protected JDFAutoDBMergeParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                       java.lang.String qualifiedName)
        Constructor for JDFAutoDBMergeParams
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoDBMergeParams

        protected JDFAutoDBMergeParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                       java.lang.String myNamespaceURI,
                                       java.lang.String qualifiedName)
        Constructor for JDFAutoDBMergeParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoDBMergeParams

        protected JDFAutoDBMergeParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                       java.lang.String myNamespaceURI,
                                       java.lang.String qualifiedName,
                                       java.lang.String myLocalName)
        Constructor for JDFAutoDBMergeParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setSplitDocuments

        public void setSplitDocuments​(int value)
        (36) set attribute SplitDocuments
        Parameters:
        value - the value to set the attribute to
      • getSplitDocuments

        public int getSplitDocuments()
        (15) get int attribute SplitDocuments
        Returns:
        int the value of the attribute
      • getFileSpec

        public JDFFileSpec getFileSpec()
        (24) const get element FileSpec
        Returns:
        JDFFileSpec the element
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec()
        (25) getCreateFileSpec
        Returns:
        JDFFileSpec the element
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (29) append element FileSpec
        Returns:
        JDFFileSpec the element @ if the element already exists
      • refFileSpec

        public void refFileSpec​(JDFFileSpec refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced