Class JDFAutoSheetCondition

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoSheetCondition
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFSheetCondition

public abstract class JDFAutoSheetCondition extends JDFElement
class JDFAutoSheetCondition : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoSheetCondition

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

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

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

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • getRunList

      public JDFRunList getRunList()
      (24) const get element RunList
      Returns:
      JDFRunList the element
    • getCreateRunList

      public JDFRunList getCreateRunList()
      (25) getCreateRunList
      Returns:
      JDFRunList the element
    • 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 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