Class JDFAutoAmountPool

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
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFAmountPool

public abstract class JDFAutoAmountPool extends JDFPool
class JDFAutoAmountPool : public JDFPool
See Also:
  • Constructor Details

    • JDFAutoAmountPool

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

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

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

    • getTheElementInfo

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

      public JDFPartAmount getPartAmount()
      (24) const get element PartAmount
      Returns:
      JDFPartAmount the element
    • getCreatePartAmount

      public JDFPartAmount getCreatePartAmount()
      (25) getCreatePartAmount
      Returns:
      JDFPartAmount the element
    • getCreatePartAmount

      public JDFPartAmount getCreatePartAmount(int iSkip)
      (26) getCreatePartAmount
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPartAmount the element
    • getPartAmount

      public JDFPartAmount getPartAmount(int iSkip)
      (27) const get element PartAmount
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPartAmount the element default is getPartAmount(0)
    • getAllPartAmount

      public Collection<JDFPartAmount> getAllPartAmount()
      Get all PartAmount from the current element
      Returns:
      Collection, null if none are available
    • appendPartAmount

      public JDFPartAmount appendPartAmount()
      (30) append element PartAmount
      Returns:
      JDFPartAmount the element