Class JDFIntegerEvaluation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, JDFBaseDataTypes, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class JDFIntegerEvaluation
    extends JDFEvaluation
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFIntegerEvaluation

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

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

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

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class JDFEvaluation
        Returns:
        String
        See Also:
        Object.toString()
      • 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
      • 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​(java.lang.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