Package eu.bandm.tscore.model
Class Textvalue
java.lang.Object
eu.bandm.tscore.model.Timeless
eu.bandm.tscore.model.Textvalue
- All Implemented Interfaces:
Formattable
,Cloneable
String value for a time-less voice parameter.
(This definition has been created by UMod from
the source at SYSTEM "tscore.umod":277.3-280.6, see this pretty
print.)-
Field Summary
Fields inherited from class eu.bandm.tscore.model.Timeless
affirmation, location, negation
-
Constructor Summary
ConstructorDescriptionTextvalue
(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> location, String text) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Synthetic minimal constructor provided by the umod compiler. -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.get_text()
The text content of this parameter value.Copies values of all common fields from the argument.boolean
The text content of this parameter value.Methods inherited from class eu.bandm.tscore.model.Timeless
get_location, set_location
-
Field Details
-
text
The text content of this parameter value.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":279.6-280.6, see this pretty print.)
The type of this field is java.lang.String(never null)
It is set by every possible constructor.- See Also:
-
-
Constructor Details
-
Textvalue
public Textvalue(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> location, String text) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
location
- is copied to fieldTimeless.location
text
- is copied to fieldtext
-
Textvalue
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.- Parameters:
text
- is copied to fieldtext
-
Textvalue
Textvalue()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented. -
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classTimeless
- 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_text
The text content of this parameter value.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":279.6-280.6, see this pretty print.)
Generated getter method. @see #text- Returns:
- The current field value of type java.lang.String(never null)
-
set_text
The text content of this parameter value.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":279.6-280.6, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type java.lang.String(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-