Class JDFDeviceList

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

public class JDFDeviceList extends JDFAutoDeviceList
See Also:
  • Constructor Details

    • JDFDeviceList

      public JDFDeviceList(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName) throws DOMException
      Constructor for JDFDeviceList
      Parameters:
      myOwnerDocument -
      qualifiedName -
      Throws:
      DOMException
    • JDFDeviceList

      public JDFDeviceList(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName) throws DOMException
      Constructor for JDFDeviceList
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      Throws:
      DOMException
    • JDFDeviceList

      public JDFDeviceList(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Constructor for JDFDeviceList
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
      Throws:
      DOMException
  • Method Details

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • getDeviceInfo

      public JDFDeviceInfo getDeviceInfo(String deviceID)
      get a matching deviceInfo for a given DeviceID
      Parameters:
      deviceID - the deviceID of the device to get
      Returns:
    • getCreateDeviceInfo

      public JDFDeviceInfo getCreateDeviceInfo(String deviceID)
      get a matching deviceInfo for a given DeviceID, create it if it does not exist
      Parameters:
      deviceID - the deviceID of the device to get
      Returns: