Class JDFDeliveryIntent

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFDeliveryIntent extends JDFAutoDeliveryIntent
See Also:
  • Constructor Details

    • JDFDeliveryIntent

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

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

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

    • toString

      public String toString()
      Description copied from class: KElement
      this to string, used for debug purpose mostly
      Overrides:
      toString in class KElement
      Returns:
      string representativ of this
      See Also:
    • setFromDeliveryParams

      public boolean setFromDeliveryParams(JDFDeliveryParams delParams)
      Parameters:
      delParams -
    • getDropItemWithComponent

      public JDFDropItemIntent getDropItemWithComponent(JDFComponent c)
      get the dropItemIntent for a given component also checks partition
      Parameters:
      c -
      Returns: