Package eu.bandm.tscore.model
Class Timeless
java.lang.Object
eu.bandm.tscore.model.Timeless
- All Implemented Interfaces:
Formattable
,Cloneable
- Direct Known Subclasses:
Assignment
,Parameterlist
,Textvalue
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
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.
-
Field Details
-
negation
- See Also:
-
affirmation
- See Also:
-
location
protected eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> locationstart 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.)
The type of this field isLocation
(maybe null)
Its value defaults to null.
-
-
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 fieldlocation
-
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
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
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 typeLocation
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-