Class JDFAutoPreflightParams

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
Direct Known Subclasses:
JDFPreflightParams

public abstract class JDFAutoPreflightParams extends JDFResource
class JDFAutoPreflightParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoPreflightParams

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

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

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

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • getActionPool

      public JDFActionPool getActionPool()
      (24) const get element ActionPool
      Returns:
      JDFActionPool the element
    • getCreateActionPool

      public JDFActionPool getCreateActionPool()
      (25) getCreateActionPool
      Returns:
      JDFActionPool the element
    • getCreateActionPool

      public JDFActionPool getCreateActionPool(int iSkip)
      (26) getCreateActionPool
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFActionPool the element
    • getActionPool

      public JDFActionPool getActionPool(int iSkip)
      (27) const get element ActionPool
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFActionPool the element default is getActionPool(0)
    • getAllActionPool

      public Collection<JDFActionPool> getAllActionPool()
      Get all ActionPool from the current element
      Returns:
      Collection, null if none are available
    • appendActionPool

      public JDFActionPool appendActionPool()
      (30) append element ActionPool
      Returns:
      JDFActionPool the element
    • getFileSpec

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (29) append element FileSpec
      Returns:
      JDFFileSpec the element @ if the element already exists
    • refFileSpec

      public void refFileSpec(JDFFileSpec refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getTestPool

      public JDFTestPool getTestPool()
      (24) const get element TestPool
      Returns:
      JDFTestPool the element
    • getCreateTestPool

      public JDFTestPool getCreateTestPool()
      (25) getCreateTestPool
      Returns:
      JDFTestPool the element
    • appendTestPool

      public JDFTestPool appendTestPool()
      (29) append element TestPool
      Returns:
      JDFTestPool the element @ if the element already exists