Class JDFAutoPRGroupOccurrence

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoPRGroupOccurrence
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFPRGroupOccurrence

public abstract class JDFAutoPRGroupOccurrence extends JDFElement
class JDFAutoPRGroupOccurrence : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoPRGroupOccurrence

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

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

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

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • getStringListValue

      public JDFStringListValue getStringListValue()
      (24) const get element StringListValue
      Returns:
      JDFStringListValue the element
    • getCreateStringListValue

      public JDFStringListValue getCreateStringListValue()
      (25) getCreateStringListValue
      Returns:
      JDFStringListValue the element
    • 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 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
    • getArgumentValue

      public JDFArgumentValue getArgumentValue()
      (24) const get element ArgumentValue
      Returns:
      JDFArgumentValue the element
    • getCreateArgumentValue

      public JDFArgumentValue getCreateArgumentValue()
      (25) getCreateArgumentValue
      Returns:
      JDFArgumentValue 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 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