Class JDFAutoSheetCondition

  • 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:
    JDFSheetCondition

    public abstract class JDFAutoSheetCondition
    extends JDFElement
    class JDFAutoSheetCondition : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoSheetCondition

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

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

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

      • getCreateRunList

        public JDFRunList getCreateRunList​(int iSkip)
        (26) getCreateRunList
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRunList the element
      • getRunList

        public JDFRunList getRunList​(int iSkip)
        (27) const get element RunList
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRunList the element default is getRunList(0)
      • getAllRunList

        public java.util.Collection<JDFRunList> getAllRunList()
        Get all RunList from the current element
        Returns:
        Collection, null if none are available
      • appendRunList

        public JDFRunList appendRunList()
        (30) append element RunList
        Returns:
        JDFRunList the element
      • refRunList

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