Class JDFAutoDeviceFilter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFDeviceFilter

    public abstract class JDFAutoDeviceFilter
    extends JDFElement
    class JDFAutoDeviceFilter : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDeviceFilter

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

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

        protected JDFAutoDeviceFilter​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                      java.lang.String myNamespaceURI,
                                      java.lang.String qualifiedName,
                                      java.lang.String myLocalName)
        Constructor for JDFAutoDeviceFilter
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setDeviceDetails

        public void setDeviceDetails​(JDFAutoDeviceFilter.EnumDeviceDetails enumVar)
        (5) set attribute DeviceDetails
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setLocalization

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

        public java.lang.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 java.util.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