Class JDFAutoCylinderLayout

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

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

    • JDFAutoCylinderLayout

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

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

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

      public void setDeviceID(String value)
      (36) set attribute DeviceID
      Parameters:
      value - the value to set the attribute to
    • getDeviceID

      public String getDeviceID()
      (23) get String attribute DeviceID
      Returns:
      the value of the attribute
    • getLayout

      public JDFLayout getLayout()
      (24) const get element Layout
      Returns:
      JDFLayout the element
    • getCreateLayout

      public JDFLayout getCreateLayout()
      (25) getCreateLayout
      Returns:
      JDFLayout the element
    • appendLayout

      public JDFLayout appendLayout()
      (29) append element Layout
      Returns:
      JDFLayout the element
    • refLayout

      public void refLayout(JDFLayout refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getCylinderPosition

      public JDFCylinderPosition getCylinderPosition()
      (24) const get element CylinderPosition
      Returns:
      JDFCylinderPosition the element
    • getCreateCylinderPosition

      public JDFCylinderPosition getCreateCylinderPosition()
      (25) getCreateCylinderPosition
      Returns:
      JDFCylinderPosition the element
    • getCreateCylinderPosition

      public JDFCylinderPosition getCreateCylinderPosition(int iSkip)
      (26) getCreateCylinderPosition
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFCylinderPosition the element
    • getCylinderPosition

      public JDFCylinderPosition getCylinderPosition(int iSkip)
      (27) const get element CylinderPosition
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFCylinderPosition the element default is getCylinderPosition(0)
    • getAllCylinderPosition

      public Collection<JDFCylinderPosition> getAllCylinderPosition()
      Get all CylinderPosition from the current element
      Returns:
      Collection, null if none are available
    • appendCylinderPosition

      public JDFCylinderPosition appendCylinderPosition()
      (30) append element CylinderPosition
      Returns:
      JDFCylinderPosition the element