Class JDFBooleanEvaluation

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

      • JDFBooleanEvaluation

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

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

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

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

        public void setValueList​(java.util.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​(java.lang.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