Class JDFAutoBlockPreparationParams

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:
JDFBlockPreparationParams

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

    • JDFAutoBlockPreparationParams

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

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

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

      public void setBacking(double value)
      (36) set attribute Backing
      Parameters:
      value - the value to set the attribute to
    • getBacking

      public double getBacking()
      (17) get double attribute Backing
      Returns:
      double the value of the attribute
    • setRounding

      public void setRounding(double value)
      (36) set attribute Rounding
      Parameters:
      value - the value to set the attribute to
    • getRounding

      public double getRounding()
      (17) get double attribute Rounding
      Returns:
      double the value of the attribute
    • setTightBacking

      public void setTightBacking(JDFAutoBlockPreparationParams.EnumTightBacking enumVar)
      (5) set attribute TightBacking
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getTightBacking

      (9) get attribute TightBacking
      Returns:
      the value of the attribute
    • getRegisterRibbon

      public JDFRegisterRibbon getRegisterRibbon()
      (24) const get element RegisterRibbon
      Returns:
      JDFRegisterRibbon the element
    • getCreateRegisterRibbon

      public JDFRegisterRibbon getCreateRegisterRibbon()
      (25) getCreateRegisterRibbon
      Returns:
      JDFRegisterRibbon the element
    • getCreateRegisterRibbon

      public JDFRegisterRibbon getCreateRegisterRibbon(int iSkip)
      (26) getCreateRegisterRibbon
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFRegisterRibbon the element
    • getRegisterRibbon

      public JDFRegisterRibbon getRegisterRibbon(int iSkip)
      (27) const get element RegisterRibbon
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFRegisterRibbon the element default is getRegisterRibbon(0)
    • getAllRegisterRibbon

      public Collection<JDFRegisterRibbon> getAllRegisterRibbon()
      Get all RegisterRibbon from the current element
      Returns:
      Collection, null if none are available
    • appendRegisterRibbon

      public JDFRegisterRibbon appendRegisterRibbon()
      (30) append element RegisterRibbon
      Returns:
      JDFRegisterRibbon the element
    • refRegisterRibbon

      public void refRegisterRibbon(JDFRegisterRibbon refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced