Class Timeless

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

@Generated(generator="eu.bandm.tools.umod", version="", timestamp="2025-01-13_23h06m58") 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 Details

  • Constructor Details

    • Timeless

      public Timeless(Location<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 Location<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.
      Returns:
      The current field value of type Location(maybe null)
      See Also:
    • set_location

      public boolean set_location(Location<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: