Class JDFAutoTrigger

  • 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:
    JDFTrigger

    public abstract class JDFAutoTrigger
    extends JDFResource
    class JDFAutoTrigger : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoTrigger

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

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

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

      • 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 java.util.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 java.util.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