Class JDFDurationEvaluation

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

    • JDFDurationEvaluation

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

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

      public JDFDurationEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      constructor for JDFDurationEvaluation
      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(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(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