Class JDFIntegerEvaluation

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, JDFBaseDataTypes, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFIntegerEvaluation extends JDFEvaluation
See Also:
  • Constructor Details

    • JDFIntegerEvaluation

      public JDFIntegerEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      constructor for JDFIntegerEvaluation
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFIntegerEvaluation

      public JDFIntegerEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      constructor for JDFIntegerEvaluation
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFIntegerEvaluation

      public JDFIntegerEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      constructor for JDFIntegerEvaluation
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFEvaluation
      Returns:
    • toString

      public String toString()
      toString
      Overrides:
      toString in class JDFEvaluation
      Returns:
      String
      See Also:
    • setValueList

      public void setValueList(JDFIntegerRangeList value)
      set attribute ValueList
      Parameters:
      value - the value to set the attribute to
    • appendValueList

      public void appendValueList(int value)
      append the value of int to @ValueList
      Parameters:
      value - the integer value to append
    • getCreateValueList

      public JDFIntegerRangeList getCreateValueList()
    • getValueList

      public JDFIntegerRangeList getValueList()
      get attribute ValueList
      Returns:
      JDFIntegerRangeList - the value of the attribute
    • setValueMod

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

      public JDFXYPair getValueMod()
      get attribute ValueMod
      Returns:
      JDFXYPair - the value of the attribute
    • fitsValue

      public boolean fitsValue(String value)
      fitsValue - tests if the defined 'value' matches testlists, specified for this Evaluation
      Specified by:
      fitsValue in class JDFEvaluation
      Parameters:
      value - value to test
      Returns:
      boolean - true, if 'value' matches testlists or if testlists are not specified