Class JDFAutoExpr

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, 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
    Direct Known Subclasses:
    JDFExpr

    public abstract class JDFAutoExpr
    extends JDFElement
    class JDFAutoExpr : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoExpr

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

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

        protected JDFAutoExpr​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                              java.lang.String myNamespaceURI,
                              java.lang.String qualifiedName,
                              java.lang.String myLocalName)
        Constructor for JDFAutoExpr
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setName

        public void setName​(java.lang.String value)
        (36) set attribute Name
        Parameters:
        value - the value to set the attribute to
      • getName

        public java.lang.String getName()
        (23) get String attribute Name
        Returns:
        the value of the attribute
      • setPath

        public void setPath​(java.lang.String value)
        (36) set attribute Path
        Parameters:
        value - the value to set the attribute to
      • getPath

        public java.lang.String getPath()
        (23) get String attribute Path
        Returns:
        the value of the attribute
      • setValue

        public void setValue​(java.lang.String value)
        (36) set attribute Value
        Parameters:
        value - the value to set the attribute to
      • getValue

        public java.lang.String getValue()
        (23) get String attribute Value
        Returns:
        the value of the attribute