Class JDFAutoLogicalStackParams

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.JDFAutoLogicalStackParams
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFLogicalStackParams

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

    • JDFAutoLogicalStackParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

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

      public void setMaxStackDepth(int value)
      (36) set attribute MaxStackDepth
      Parameters:
      value - the value to set the attribute to
    • getMaxStackDepth

      public int getMaxStackDepth()
      (15) get int attribute MaxStackDepth
      Returns:
      int the value of the attribute
    • setRestrictions

      public void setRestrictions(JDFAutoLogicalStackParams.EnumRestrictions enumVar)
      (5) set attribute Restrictions
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getRestrictions

      (9) get attribute Restrictions
      Returns:
      the value of the attribute
    • getStack

      public JDFStack getStack()
      (24) const get element Stack
      Returns:
      JDFStack the element
    • getCreateStack

      public JDFStack getCreateStack()
      (25) getCreateStack
      Returns:
      JDFStack the element
    • getCreateStack

      public JDFStack getCreateStack(int iSkip)
      (26) getCreateStack
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFStack the element
    • getStack

      public JDFStack getStack(int iSkip)
      (27) const get element Stack
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFStack the element default is getStack(0)
    • getAllStack

      public Collection<JDFStack> getAllStack()
      Get all Stack from the current element
      Returns:
      Collection, null if none are available
    • appendStack

      public JDFStack appendStack()
      (30) append element Stack
      Returns:
      JDFStack the element