Class JDFAutoTrigger

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
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFTrigger

public abstract class JDFAutoTrigger extends JDFResource
class JDFAutoTrigger : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoTrigger

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setRepeatStep

      public void setRepeatStep(int value)
      (36) set attribute RepeatStep
      Parameters:
      value - the value to set the attribute to
    • getRepeatStep

      public int getRepeatStep()
      (15) get int attribute RepeatStep
      Returns:
      int the value of the attribute
    • setRepeatTime

      public void setRepeatTime(double value)
      (36) set attribute RepeatTime
      Parameters:
      value - the value to set the attribute to
    • getRepeatTime

      public double getRepeatTime()
      (17) get double attribute RepeatTime
      Returns:
      double the value of the attribute
    • getChangedAttribute

      public JDFChangedAttribute getChangedAttribute()
      (24) const get element ChangedAttribute
      Returns:
      JDFChangedAttribute the element
    • getCreateChangedAttribute

      public JDFChangedAttribute getCreateChangedAttribute()
      (25) getCreateChangedAttribute
      Returns:
      JDFChangedAttribute the element
    • getCreateChangedAttribute

      public JDFChangedAttribute getCreateChangedAttribute(int iSkip)
      (26) getCreateChangedAttribute
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFChangedAttribute the element
    • getChangedAttribute

      public JDFChangedAttribute getChangedAttribute(int iSkip)
      (27) const get element ChangedAttribute
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFChangedAttribute the element default is getChangedAttribute(0)
    • getAllChangedAttribute

      public Collection<JDFChangedAttribute> getAllChangedAttribute()
      Get all ChangedAttribute from the current element
      Returns:
      Collection, null if none are available
    • appendChangedAttribute

      public JDFChangedAttribute appendChangedAttribute()
      (30) append element ChangedAttribute
      Returns:
      JDFChangedAttribute the element
    • getAdded

      public JDFAdded getAdded()
      (24) const get element Added
      Returns:
      JDFAdded the element
    • getCreateAdded

      public JDFAdded getCreateAdded()
      (25) getCreateAdded
      Returns:
      JDFAdded the element
    • appendAdded

      public JDFAdded appendAdded()
      (29) append element Added
      Returns:
      JDFAdded the element @ if the element already exists
    • getChangedPath

      public JDFChangedPath getChangedPath()
      (24) const get element ChangedPath
      Returns:
      JDFChangedPath the element
    • getCreateChangedPath

      public JDFChangedPath getCreateChangedPath()
      (25) getCreateChangedPath
      Returns:
      JDFChangedPath the element
    • getCreateChangedPath

      public JDFChangedPath getCreateChangedPath(int iSkip)
      (26) getCreateChangedPath
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFChangedPath the element
    • getChangedPath

      public JDFChangedPath getChangedPath(int iSkip)
      (27) const get element ChangedPath
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFChangedPath the element default is getChangedPath(0)
    • getAllChangedPath

      public Collection<JDFChangedPath> getAllChangedPath()
      Get all ChangedPath from the current element
      Returns:
      Collection, null if none are available
    • appendChangedPath

      public JDFChangedPath appendChangedPath()
      (30) append element ChangedPath
      Returns:
      JDFChangedPath the element
    • getRemoved

      public JDFRemoved getRemoved()
      (24) const get element Removed
      Returns:
      JDFRemoved the element
    • getCreateRemoved

      public JDFRemoved getCreateRemoved()
      (25) getCreateRemoved
      Returns:
      JDFRemoved the element
    • appendRemoved

      public JDFRemoved appendRemoved()
      (29) append element Removed
      Returns:
      JDFRemoved the element @ if the element already exists