Class JDFDurationEvaluation

  • 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 JDFDurationEvaluation
    extends JDFEvaluation
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFDurationEvaluation

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

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

        public JDFDurationEvaluation​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                     java.lang.String myNamespaceURI,
                                     java.lang.String qualifiedName,
                                     java.lang.String myLocalName)
        constructor for JDFDurationEvaluation
        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​(JDFDurationRangeList value)
        set attribute ValueList
        Parameters:
        value - the value to set
      • getValueList

        public JDFDurationRangeList getValueList()
        get attribute ValueList
        Returns:
        JDFDurationRangeList - the value
      • fitsValue

        public final boolean fitsValue​(java.lang.String value)
        fitsValue - tests, if the defined value matches ValueList, specified for this Evaluation
        Specified by:
        fitsValue in class JDFEvaluation
        Parameters:
        value - value to test
        Returns:
        boolean - true, if the value matches ValueList or if ValueList is not specified