Class JDFAutoNumberEvaluation

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

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

    • JDFAutoNumberEvaluation

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

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

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

      public void setTolerance(JDFXYPair value)
      (36) set attribute Tolerance
      Parameters:
      value - the value to set the attribute to
    • getTolerance

      public JDFXYPair getTolerance()
      (20) get JDFXYPair attribute Tolerance
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setValueList

      public void setValueList(JDFNumberRangeList value)
      (36) set attribute ValueList
      Parameters:
      value - the value to set the attribute to
    • getValueList

      public JDFNumberRangeList getValueList()
      (20) get JDFNumberRangeList attribute ValueList
      Returns:
      JDFNumberRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRangeList
    • setValueMod

      public void setValueMod(JDFXYPair value)
      (36) set attribute ValueMod
      Parameters:
      value - the value to set the attribute to
    • getValueMod

      public JDFXYPair getValueMod()
      (20) get JDFXYPair attribute ValueMod
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • getBasicPreflightTest

      public JDFBasicPreflightTest getBasicPreflightTest()
      (24) const get element BasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element
    • getCreateBasicPreflightTest

      public JDFBasicPreflightTest getCreateBasicPreflightTest()
      (25) getCreateBasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element
    • getCreateBasicPreflightTest

      public JDFBasicPreflightTest getCreateBasicPreflightTest(int iSkip)
      (26) getCreateBasicPreflightTest
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBasicPreflightTest the element
    • getBasicPreflightTest

      public JDFBasicPreflightTest getBasicPreflightTest(int iSkip)
      (27) const get element BasicPreflightTest
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBasicPreflightTest the element default is getBasicPreflightTest(0)
    • getAllBasicPreflightTest

      public Collection<JDFBasicPreflightTest> getAllBasicPreflightTest()
      Get all BasicPreflightTest from the current element
      Returns:
      Collection, null if none are available
    • appendBasicPreflightTest

      public JDFBasicPreflightTest appendBasicPreflightTest()
      (30) append element BasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element