Class JDFAutoBoxFoldAction

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

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

    • JDFAutoBoxFoldAction

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

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

      protected JDFAutoBoxFoldAction(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoBoxFoldAction
      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
    • setFoldIndex

      public void setFoldIndex(JDFXYPair value)
      (36) set attribute FoldIndex
      Parameters:
      value - the value to set the attribute to
    • getFoldIndex

      public JDFXYPair getFoldIndex()
      (20) get JDFXYPair attribute FoldIndex
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setAction

      public void setAction(JDFAutoBoxFoldAction.EnumAction enumVar)
      (5) set attribute Action
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getAction

      public JDFAutoBoxFoldAction.EnumAction getAction()
      (9) get attribute Action
      Returns:
      the value of the attribute
    • getGlueLine

      public JDFGlueLine getGlueLine()
      (24) const get element GlueLine
      Returns:
      JDFGlueLine the element
    • getCreateGlueLine

      public JDFGlueLine getCreateGlueLine()
      (25) getCreateGlueLine
      Returns:
      JDFGlueLine the element
    • getCreateGlueLine

      public JDFGlueLine getCreateGlueLine(int iSkip)
      (26) getCreateGlueLine
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueLine the element
    • getGlueLine

      public JDFGlueLine getGlueLine(int iSkip)
      (27) const get element GlueLine
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueLine the element default is getGlueLine(0)
    • getAllGlueLine

      public Collection<JDFGlueLine> getAllGlueLine()
      Get all GlueLine from the current element
      Returns:
      Collection, null if none are available
    • appendGlueLine

      public JDFGlueLine appendGlueLine()
      (30) append element GlueLine
      Returns:
      JDFGlueLine the element