Class JDFNameEvaluation

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
Direct Known Subclasses:
JDFEnumerationEvaluation

public class JDFNameEvaluation extends JDFEvaluation
See Also:
  • Constructor Details

    • JDFNameEvaluation

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

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

      public JDFNameEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      constructor for JDFNameEvaluation
      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 VString getValueList()
      get attribute ValueList
      Returns:
      VString - the attribute
    • setValueList

      public void setValueList(VString vs)
      set attribute ValueList
      Parameters:
      vs - the value to set the attribute to
    • setRegExp

      public void setRegExp(String value)
      set attribute RegExp
      Parameters:
      value - the value to set the attribute to
    • getRegExp

      public String getRegExp()
      get attribute RegExp
      Returns:
      String - the value of the attribute
    • fitsValue

      public boolean fitsValue(String value)
      fitsValue - checks whether value matches the testlists specified for this Evaluation
      Specified by:
      fitsValue in class JDFEvaluation
      Parameters:
      value - value to test
      Returns:
      boolean - true, if value matches the testlists or if testlists are not specified