Class JDFDateTimeEvaluation

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

      • JDFDateTimeEvaluation

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

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

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

        public JDFDateTimeRangeList getValueList()
        get attribute ValueList
        Returns:
        the value of the attribute
      • setValueDurationList

        public void setValueDurationList​(JDFDurationRangeList value)
        set attribute ValueDurationList
        Parameters:
        value - the value to set the attribute to
      • getValueDurationList

        public JDFDurationRangeList getValueDurationList()
        get attribute ValueDurationList
        Returns:
        the value of the attribute
      • 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