Class JDFAutoSheetOptimizingParams

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

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

    • JDFAutoSheetOptimizingParams

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

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

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

      public void setPolicy(JDFAutoSheetOptimizingParams.EPolicy enumVar)
      (5) set attribute Policy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPolicy

      (9) get attribute Policy
      Returns:
      the value of the attribute
    • setPolicy

      @Deprecated public void setPolicy(JDFAutoSheetOptimizingParams.EnumPolicy enumVar)
      Deprecated.
      use SetPolicy(EPolicy) based on java.lang.enum instead
      (5) set attribute Policy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPolicy

      Deprecated.
      use EPolicy GetEPolicy() based on java.lang.enum instead
      (9) get attribute Policy
      Returns:
      the value of the attribute
    • getConvertingConfig

      public JDFConvertingConfig getConvertingConfig()
      (24) const get element ConvertingConfig
      Returns:
      JDFConvertingConfig the element
    • getCreateConvertingConfig

      public JDFConvertingConfig getCreateConvertingConfig()
      (25) getCreateConvertingConfig
      Returns:
      JDFConvertingConfig the element
    • getCreateConvertingConfig

      public JDFConvertingConfig getCreateConvertingConfig(int iSkip)
      (26) getCreateConvertingConfig
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFConvertingConfig the element
    • getConvertingConfig

      public JDFConvertingConfig getConvertingConfig(int iSkip)
      (27) const get element ConvertingConfig
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFConvertingConfig the element default is getConvertingConfig(0)
    • getAllConvertingConfig

      public Collection<JDFConvertingConfig> getAllConvertingConfig()
      Get all ConvertingConfig from the current element
      Returns:
      Collection, null if none are available
    • appendConvertingConfig

      public JDFConvertingConfig appendConvertingConfig()
      (30) append element ConvertingConfig
      Returns:
      JDFConvertingConfig the element
    • getGangElement

      public JDFGangElement getGangElement()
      (24) const get element GangElement
      Returns:
      JDFGangElement the element
    • getCreateGangElement

      public JDFGangElement getCreateGangElement()
      (25) getCreateGangElement
      Returns:
      JDFGangElement the element
    • getCreateGangElement

      public JDFGangElement getCreateGangElement(int iSkip)
      (26) getCreateGangElement
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGangElement the element
    • getGangElement

      public JDFGangElement getGangElement(int iSkip)
      (27) const get element GangElement
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGangElement the element default is getGangElement(0)
    • getAllGangElement

      public Collection<JDFGangElement> getAllGangElement()
      Get all GangElement from the current element
      Returns:
      Collection, null if none are available
    • appendGangElement

      public JDFGangElement appendGangElement()
      (30) append element GangElement
      Returns:
      JDFGangElement the element