Package eu.bandm.tscore.model
Class Assignment
java.lang.Object
eu.bandm.tscore.model.Timeless
eu.bandm.tscore.model.Assignment
- All Implemented Interfaces:
Formattable
,Cloneable
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-01-13_23h06m58")
public class Assignment
extends Timeless
Assigns to a qualified identifier an optional value.
(This can in turn be an assignemnt.)
(This definition has been created by UMod from
the source at SYSTEM "tscore.umod":272.3-276.6, see this pretty
print.)-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Generated by umod; model author's documentation MISSING.protected Timeless
The value assigned to the identifier.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":275.6-276.6, see this pretty print.)
The type of this field isTimeless
(maybenull
)
Its value defaults tonull
.Fields inherited from class eu.bandm.tscore.model.Timeless
affirmation, location, negation
-
Constructor Summary
ConstructorDescriptionAssignment
(Location<XMLDocumentIdentifier> location, String id, Timeless value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
.Assignment
(String id) 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_id()
Generated by umod; model author's documentation MISSING.The value assigned to the identifier.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":275.6-276.6, see this pretty print.)
Generated getter method.Copies values of all common fields from the argument.boolean
Generated by umod; model author's documentation MISSING.boolean
The value assigned to the identifier.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":275.6-276.6, see this pretty print.)
Updates the (mutable) instance destructively.Methods inherited from class eu.bandm.tscore.model.Timeless
get_location, set_location
-
Field Details
-
id
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":274.6-51, see this pretty print.)
The type of this field is java.lang.String(nevernull
)
It is set by every possible constructor.- See Also:
-
value
The value assigned to the identifier.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":275.6-276.6, see this pretty print.)
The type of this field isTimeless
(maybenull
)
Its value defaults tonull
.- See Also:
-
-
Constructor Details
-
Assignment
Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
.- Parameters:
location
- is copied to fieldTimeless.location
id
- is copied to fieldid
value
- is copied to fieldvalue
-
Assignment
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:
id
- is copied to fieldid
-
Assignment
Assignment()
-
-
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_id
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":274.6-51, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type java.lang.String(never
null
) - See Also:
-
set_id
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":274.6-51, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type java.lang.String(nevernull
)- Returns:
- whether a change (w.r.t.
==
) did actually happen. - See Also:
-
get_value
The value assigned to the identifier.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":275.6-276.6, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
Timeless
(maybenull
) - See Also:
-
set_value
The value assigned to the identifier.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":275.6-276.6, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeTimeless
(maybenull
)- Returns:
- whether a change (w.r.t.
==
) did actually happen. - See Also:
-