Class JDFAutoDeviceList

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

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

    • JDFAutoDeviceList

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

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

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

    • getTheElementInfo

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

      public JDFDeviceInfo getDeviceInfo()
      (24) const get element DeviceInfo
      Returns:
      JDFDeviceInfo the element
    • getCreateDeviceInfo

      public JDFDeviceInfo getCreateDeviceInfo()
      (25) getCreateDeviceInfo
      Returns:
      JDFDeviceInfo the element
    • getCreateDeviceInfo

      public JDFDeviceInfo getCreateDeviceInfo(int iSkip)
      (26) getCreateDeviceInfo
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDeviceInfo the element
    • getDeviceInfo

      public JDFDeviceInfo getDeviceInfo(int iSkip)
      (27) const get element DeviceInfo
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDeviceInfo the element default is getDeviceInfo(0)
    • getAllDeviceInfo

      public Collection<JDFDeviceInfo> getAllDeviceInfo()
      Get all DeviceInfo from the current element
      Returns:
      Collection, null if none are available
    • appendDeviceInfo

      public JDFDeviceInfo appendDeviceInfo()
      (30) append element DeviceInfo
      Returns:
      JDFDeviceInfo the element