Class JDFBooleanEvaluation

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

    • JDFBooleanEvaluation

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

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

      public JDFBooleanEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFBooleanEvaluation
      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:
    • getValueList

      public Vector getValueList()
      getValueList
      Returns:
      Vector of Boolean objects
    • setValueList

      public void setValueList(Vector value)
      set ValueList
      Parameters:
      value - vector of Boolean values
    • setValueList

      public void setValueList(boolean value)
      convenience method for single valued boolean lists
      Parameters:
      value - the single boolean to set ValueList to
    • fitsValue

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