Class JDFAutoChangedPath

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoChangedPath
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFChangedPath

public abstract class JDFAutoChangedPath extends JDFElement
class JDFAutoChangedPath : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoChangedPath

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

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

      protected JDFAutoChangedPath(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoChangedPath
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • setPath

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

      public String getPath()
      (23) get String attribute Path
      Returns:
      the value of the attribute
    • setModification

      public void setModification(JDFAutoChangedPath.EnumModification enumVar)
      (5) set attribute Modification
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getModification

      public JDFAutoChangedPath.EnumModification getModification()
      (9) get attribute Modification
      Returns:
      the value of the attribute
    • setOldValue

      public void setOldValue(String value)
      (36) set attribute OldValue
      Parameters:
      value - the value to set the attribute to
    • getOldValue

      public String getOldValue()
      (23) get String attribute OldValue
      Returns:
      the value of the attribute
    • setNewValue

      public void setNewValue(String value)
      (36) set attribute NewValue
      Parameters:
      value - the value to set the attribute to
    • getNewValue

      public String getNewValue()
      (23) get String attribute NewValue
      Returns:
      the value of the attribute