Package eu.bandm.tools.d2d2.model
Class AdditionalDocs
java.lang.Object
eu.bandm.tools.d2d2.model.AdditionalDocs
- All Implemented Interfaces:
Formattable
,Cloneable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":287.3-291.12, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":287.3-291.12, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Function<AdditionalDocs,
CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>>> Deprecated.Use new '::' method reference instead.protected CheckedMap_RD<String,
CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>> realizes the mappinglanguage(/target) -> modulename -> definition -> docText
. -
Constructor Summary
ConstructorDescriptionSynthetic minimal constructor provided by the umod compiler. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Convenience un-Currying method.boolean
containsKey_text
(String key0) Convenience un-Currying method.boolean
containsKey_text
(String key0, String key1) Convenience un-Currying method.boolean
containsKey_text
(String key0, String key1, String key2) Convenience un-Currying method.void
descend_text
(MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing, as specified in the umod source.get_text()
realizes the mappinglanguage(/target) -> modulename -> definition -> docText
.static Pattern<AdditionalDocs>
get_text
(Pattern<? super CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static String
Delivers the format specification from the umod source.Copies values of all common fields from the argument.void
put_text
(String key0, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>> value) Convenience un-Currying method.void
put_text
(String key0, String key1, CheckedMap_RD<String, CheckedList<LocString>> value) Convenience un-Currying method.void
Convenience un-Currying method.boolean
set_text
(CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>> val) realizes the mappinglanguage(/target) -> modulename -> definition -> docText
.
-
Field Details
-
text
protected CheckedMap_RD<String,CheckedMap_RD<String, textCheckedMap_RD<String, CheckedList<LocString>>>> realizes the mapping(This definition has been created by UMod from the source at SYSTEM "D2d.umod":288.5-289.5, see this pretty print.)language(/target) -> modulename -> definition -> docText
.
The type of this field isCheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),CheckedList
<LocString
(never null)>(never null)>(never null)>(never null)>(never null)
Its value defaults to an empty collection. -
get_text
@Deprecated public static final Function<AdditionalDocs,CheckedMap_RD<String, get_textCheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>>> Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
AdditionalDocs
public AdditionalDocs()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.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
text{$from' --- '$to{$from '---' $to{$from '---' $to[/]}[/]}[/]}[/]
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- 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_text
public CheckedMap_RD<String,CheckedMap_RD<String, get_text()CheckedMap_RD<String, CheckedList<LocString>>>> realizes the mapping(This definition has been created by UMod from the source at SYSTEM "D2d.umod":288.5-289.5, see this pretty print.)language(/target) -> modulename -> definition -> docText
.
Generated getter method. @see #text- Returns:
- The current field value of type
CheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),CheckedList
<LocString
(never null)>(never null)>(never null)>(never null)>(never null)
-
set_text
public boolean set_text(CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>> val) realizes the mapping(This definition has been created by UMod from the source at SYSTEM "D2d.umod":288.5-289.5, see this pretty print.)language(/target) -> modulename -> definition -> docText
.
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),CheckedList
<LocString
(never null)>(never null)>(never null)>(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_text
public void put_text(String key0, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>> value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeCheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),CheckedList
<LocString
(never null)>(never null)>(never null)>(never null)- See Also:
-
put_text
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeCheckedMap_RD
<java.lang.String(never null),CheckedList
<LocString
(never null)>(never null)>(never null)- See Also:
-
put_text
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeCheckedList
<LocString
(never null)>(never null)- See Also:
-
add_text
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing. -
containsKey_text
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
containsKey_text
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
containsKey_text
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_text
Deprecated. -
get_text
public static Pattern<AdditionalDocs> get_text(Pattern<? super CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>>> p) Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
.
-