Class JDFAutoCasingInParams

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

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

    • JDFAutoCasingInParams

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

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

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

      public void setCaseRadius(double value)
      (36) set attribute CaseRadius
      Parameters:
      value - the value to set the attribute to
    • getCaseRadius

      public double getCaseRadius()
      (17) get double attribute CaseRadius
      Returns:
      double the value of the attribute
    • setCoverBoardWidth

      public void setCoverBoardWidth(double value)
      (36) set attribute CoverBoardWidth
      Parameters:
      value - the value to set the attribute to
    • getCoverBoardWidth

      public double getCoverBoardWidth()
      (17) get double attribute CoverBoardWidth
      Returns:
      double the value of the attribute
    • setSpineBoardWidth

      public void setSpineBoardWidth(double value)
      (36) set attribute SpineBoardWidth
      Parameters:
      value - the value to set the attribute to
    • getSpineBoardWidth

      public double getSpineBoardWidth()
      (17) get double attribute SpineBoardWidth
      Returns:
      double the value of the attribute
    • getGlueApplication

      public JDFGlueApplication getGlueApplication()
      (24) const get element GlueApplication
      Returns:
      JDFGlueApplication the element
    • getCreateGlueApplication

      public JDFGlueApplication getCreateGlueApplication()
      (25) getCreateGlueApplication
      Returns:
      JDFGlueApplication the element
    • getCreateGlueApplication

      public JDFGlueApplication getCreateGlueApplication(int iSkip)
      (26) getCreateGlueApplication
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueApplication the element
    • getGlueApplication

      public JDFGlueApplication getGlueApplication(int iSkip)
      (27) const get element GlueApplication
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueApplication the element default is getGlueApplication(0)
    • getAllGlueApplication

      public Collection<JDFGlueApplication> getAllGlueApplication()
      Get all GlueApplication from the current element
      Returns:
      Collection, null if none are available
    • appendGlueApplication

      public JDFGlueApplication appendGlueApplication()
      (30) append element GlueApplication
      Returns:
      JDFGlueApplication the element
    • refGlueApplication

      public void refGlueApplication(JDFGlueApplication refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • 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