Class Nonrecording

  • All Implemented Interfaces:
    ImmutibilityProvider, java.awt.datatransfer.Transferable, java.beans.PropertyChangeListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener

    @Entity
    public class Nonrecording
    extends PromptItem
    implements java.io.Serializable, java.beans.PropertyChangeListener
    Represents a non recording element of the recording script.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Constructor Detail

      • Nonrecording

        public Nonrecording()
    • Method Detail

      • toElement

        public org.w3c.dom.Element toElement​(org.w3c.dom.Document d)
        Specified by:
        toElement in class PromptItem
      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
      • getDuration

        public java.lang.Integer getDuration()
      • setDuration

        public void setDuration​(java.lang.Integer duration)