Class JDFAutoActionPool

  • 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:
    JDFActionPool

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

      • JDFAutoActionPool

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

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

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

      • getCreateAction

        public JDFAction getCreateAction​(int iSkip)
        (26) getCreateAction
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAction the element
      • getAction

        public JDFAction getAction​(int iSkip)
        (27) const get element Action
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAction the element default is getAction(0)
      • getAllAction

        public java.util.Collection<JDFAction> getAllAction()
        Get all Action from the current element
        Returns:
        Collection, null if none are available
      • appendAction

        public JDFAction appendAction()
        (30) append element Action
        Returns:
        JDFAction the element