Class JDFAutoXYPairEvaluation

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 JDFAutoXYPairEvaluation extends JDFResource
class JDFAutoXYPairEvaluation : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoXYPairEvaluation

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

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

      protected JDFAutoXYPairEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoXYPairEvaluation
      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(JDFXYPairRangeList value)
      (36) set attribute ValueList
      Parameters:
      value - the value to set the attribute to
    • getValueList

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

      public void setXYRelation(JDFAutoXYPairEvaluation.EXYRelation enumVar)
      (5) set attribute XYRelation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEXYRelation

      public JDFAutoXYPairEvaluation.EXYRelation getEXYRelation()
      (9) get attribute XYRelation
      Returns:
      the value of the attribute
    • setXYRelation

      @Deprecated public void setXYRelation(JDFAutoXYPairEvaluation.EnumXYRelation enumVar)
      Deprecated.
      use SetXYRelation(EXYRelation) based on java.lang.enum instead
      (5) set attribute XYRelation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getXYRelation

      Deprecated.
      use EXYRelation GetEXYRelation() based on java.lang.enum instead
      (9) get attribute XYRelation
      Returns:
      the value of the attribute
    • 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