Class Timeless

java.lang.Object
eu.bandm.tscore.model.Timeless
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
Assignment, Parameterlist, Textvalue

public class Timeless extends Object implements Cloneable, Formattable
Tree of String values for time-less voice parameters.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":265.3-270.5, see this pretty print.)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    protected eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier>
    start of the first text entry.
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Synthetic minimal constructor provided by the umod compiler.
    Timeless(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> location)
    Constructor generated according to specification #0
    Constructor defined according to directive "C 0/..".
  • Method Summary

    Modifier and Type
    Method
    Description
    Clones this object.
    Delivers a format object for pretty-printing by inheritance from some ancestor class.
    eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier>
    start of the first text entry.
    Copies values of all common fields from the argument.
    boolean
    set_location(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> val)
    start of the first text entry.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Timeless

      public Timeless(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> location)
      Constructor generated according to specification #0
      Constructor defined according to directive "C 0/..".
      Parameters:
      location - is copied to field location
    • Timeless

      public Timeless()
      Synthetic minimal constructor provided by the umod compiler.
      Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
      (All object fields are set to their default values.)
  • Method Details

    • doclone

      public Timeless doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Returns:
      a fresh copy.
    • format

      public Format format()
      Delivers a format object for pretty-printing by inheritance from some ancestor class.
      Specified by:
      format in interface Formattable
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public Timeless initFrom(Object o0)
      Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.
    • get_location

      public eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> get_location()
      start of the first text entry.
      (This definition has been created by UMod from the source at SYSTEM "tscore.umod":267.5-268.5, see this pretty print.)
      Generated getter method. @see #location
      Returns:
      The current field value of type Location(maybe null)
    • set_location

      public boolean set_location(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> val)
      start of the first text entry.
      (This definition has been created by UMod from the source at SYSTEM "tscore.umod":267.5-268.5, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type Location(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also: