Class JDFAutoFoldingParams

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

public abstract class JDFAutoFoldingParams extends JDFResource
class JDFAutoFoldingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoFoldingParams

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setSheetLay

      public void setSheetLay(JDFAutoFoldingParams.EnumSheetLay enumVar)
      (5) set attribute SheetLay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSheetLay

      public JDFAutoFoldingParams.EnumSheetLay getSheetLay()
      (9) get attribute SheetLay
      Returns:
      the value of the attribute
    • setDescriptionType

      public void setDescriptionType(JDFAutoFoldingParams.EnumDescriptionType enumVar)
      (5) set attribute DescriptionType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDescriptionType

      public JDFAutoFoldingParams.EnumDescriptionType getDescriptionType()
      (9) get attribute DescriptionType
      Returns:
      the value of the attribute
    • setFoldCatalog

      public void setFoldCatalog(String value)
      (36) set attribute FoldCatalog
      Parameters:
      value - the value to set the attribute to
    • getFoldCatalog

      public String getFoldCatalog()
      (23) get String attribute FoldCatalog
      Returns:
      the value of the attribute
    • setFoldingDetails

      public void setFoldingDetails(String value)
      (36) set attribute FoldingDetails
      Parameters:
      value - the value to set the attribute to
    • getFoldingDetails

      public String getFoldingDetails()
      (23) get String attribute FoldingDetails
      Returns:
      the value of the attribute
    • setFoldSheetIn

      public void setFoldSheetIn(JDFXYPair value)
      (36) set attribute FoldSheetIn
      Parameters:
      value - the value to set the attribute to
    • getFoldSheetIn

      public JDFXYPair getFoldSheetIn()
      (20) get JDFXYPair attribute FoldSheetIn
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • getFold

      public JDFFold getFold()
      (24) const get element Fold
      Returns:
      JDFFold the element
    • getCreateFold

      public JDFFold getCreateFold()
      (25) getCreateFold
      Returns:
      JDFFold the element
    • getCreateFold

      public JDFFold getCreateFold(int iSkip)
      (26) getCreateFold
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFold the element
    • getFold

      public JDFFold getFold(int iSkip)
      (27) const get element Fold
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFold the element default is getFold(0)
    • getAllFold

      public Collection<JDFFold> getAllFold()
      Get all Fold from the current element
      Returns:
      Collection, null if none are available
    • appendFold

      public JDFFold appendFold()
      (30) append element Fold
      Returns:
      JDFFold the element