Class JDFAutoGluingParams

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

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

    • JDFAutoGluingParams

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

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

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

      public void setGluingProductionID(String value)
      (36) set attribute GluingProductionID
      Parameters:
      value - the value to set the attribute to
    • getGluingProductionID

      public String getGluingProductionID()
      (23) get String attribute GluingProductionID
      Returns:
      the value of the attribute
    • getGlue

      public JDFGlue getGlue()
      (24) const get element Glue
      Returns:
      JDFGlue the element
    • getCreateGlue

      public JDFGlue getCreateGlue()
      (25) getCreateGlue
      Returns:
      JDFGlue the element
    • getCreateGlue

      public JDFGlue getCreateGlue(int iSkip)
      (26) getCreateGlue
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlue the element
    • getGlue

      public JDFGlue getGlue(int iSkip)
      (27) const get element Glue
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlue the element default is getGlue(0)
    • getAllGlue

      public Collection<JDFGlue> getAllGlue()
      Get all Glue from the current element
      Returns:
      Collection, null if none are available
    • appendGlue

      public JDFGlue appendGlue()
      (30) append element Glue
      Returns:
      JDFGlue the element