Class JDFAutoPRGroupOccurrence

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

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

      • JDFAutoPRGroupOccurrence

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

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

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

      • getCreateStringListValue

        public JDFStringListValue getCreateStringListValue​(int iSkip)
        (26) getCreateStringListValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFStringListValue the element
      • getStringListValue

        public JDFStringListValue getStringListValue​(int iSkip)
        (27) const get element StringListValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFStringListValue the element default is getStringListValue(0)
      • getAllStringListValue

        public java.util.Collection<JDFStringListValue> getAllStringListValue()
        Get all StringListValue from the current element
        Returns:
        Collection, null if none are available
      • appendStringListValue

        public JDFStringListValue appendStringListValue()
        (30) append element StringListValue
        Returns:
        JDFStringListValue the element
      • getCreateArgumentValue

        public JDFArgumentValue getCreateArgumentValue​(int iSkip)
        (26) getCreateArgumentValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFArgumentValue the element
      • getArgumentValue

        public JDFArgumentValue getArgumentValue​(int iSkip)
        (27) const get element ArgumentValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFArgumentValue the element default is getArgumentValue(0)
      • getAllArgumentValue

        public java.util.Collection<JDFArgumentValue> getAllArgumentValue()
        Get all ArgumentValue from the current element
        Returns:
        Collection, null if none are available
      • appendArgumentValue

        public JDFArgumentValue appendArgumentValue()
        (30) append element ArgumentValue
        Returns:
        JDFArgumentValue the element