Class JDFAutoDeviceFilter

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

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

    • JDFAutoDeviceFilter

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

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

      protected JDFAutoDeviceFilter(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoDeviceFilter
      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
    • setDeviceDetails

      public void setDeviceDetails(JDFAutoDeviceFilter.EDeviceDetails enumVar)
      (5) set attribute DeviceDetails
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEDeviceDetails

      public JDFAutoDeviceFilter.EDeviceDetails getEDeviceDetails()
      (9) get attribute DeviceDetails
      Returns:
      the value of the attribute
    • setDeviceDetails

      @Deprecated public void setDeviceDetails(JDFAutoDeviceFilter.EnumDeviceDetails enumVar)
      Deprecated.
      use SetDeviceDetails(EDeviceDetails) based on java.lang.enum instead
      (5) set attribute DeviceDetails
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDeviceDetails

      Deprecated.
      use EDeviceDetails GetEDeviceDetails() based on java.lang.enum instead
      (9) get attribute DeviceDetails
      Returns:
      the value of the attribute
    • setLocalization

      public void setLocalization(String value)
      (36) set attribute Localization
      Parameters:
      value - the value to set the attribute to
    • getLocalization

      public String getLocalization()
      (23) get String attribute Localization
      Returns:
      the value of the attribute
    • getDevice

      public JDFDevice getDevice()
      (24) const get element Device
      Returns:
      JDFDevice the element
    • getCreateDevice

      public JDFDevice getCreateDevice()
      (25) getCreateDevice
      Returns:
      JDFDevice the element
    • getCreateDevice

      public JDFDevice getCreateDevice(int iSkip)
      (26) getCreateDevice
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDevice the element
    • getDevice

      public JDFDevice getDevice(int iSkip)
      (27) const get element Device
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDevice the element default is getDevice(0)
    • getAllDevice

      public Collection<JDFDevice> getAllDevice()
      Get all Device from the current element
      Returns:
      Collection, null if none are available
    • appendDevice

      public JDFDevice appendDevice()
      (30) append element Device
      Returns:
      JDFDevice the element