Class JDFAutoHoleLine

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:
JDFHoleLine

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

    • JDFAutoHoleLine

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

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

      public void setPitch(double value)
      (36) set attribute Pitch
      Parameters:
      value - the value to set the attribute to
    • getPitch

      public double getPitch()
      (17) get double attribute Pitch
      Returns:
      double the value of the attribute
    • getHole

      public JDFHole getHole()
      (24) const get element Hole
      Returns:
      JDFHole the element
    • getCreateHole

      public JDFHole getCreateHole()
      (25) getCreateHole
      Returns:
      JDFHole the element
    • getCreateHole

      public JDFHole getCreateHole(int iSkip)
      (26) getCreateHole
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFHole the element
    • getHole

      public JDFHole getHole(int iSkip)
      (27) const get element Hole
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFHole the element default is getHole(0)
    • getAllHole

      public Collection<JDFHole> getAllHole()
      Get all Hole from the current element
      Returns:
      Collection, null if none are available
    • appendHole

      public JDFHole appendHole()
      (30) append element Hole
      Returns:
      JDFHole the element