Package eu.bandm.tools.d2d2.model
Class ImportItem
java.lang.Object
eu.bandm.tools.d2d2.model.SourceItem
eu.bandm.tools.d2d2.model.ImportItem
- All Implemented Interfaces:
Formattable
,Serializable
,Cloneable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":219.3-227.16, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":219.3-227.16, see this pretty print.)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Generated by umod; model author's documentation MISSING.static final Function<ImportItem,
String> Deprecated.Use new '::' method reference instead.static final Function<ImportItem,
CheckedMap_RD<String, Expression>> Deprecated.Use new '::' method reference instead.static final Function<ImportItem,
Boolean> Deprecated.Use new '::' method reference instead.static final Function<ImportItem,
CheckedMap_RD<String, CheckedMap_RD<String, Expression>>> Deprecated.Use new '::' method reference instead.static final Function<ImportItem,
String> Deprecated.Use new '::' method reference instead.protected CheckedMap_RD<String,
Expression> Generated by umod; model author's documentation MISSING.protected boolean
Generated by umod; model author's documentation MISSING.protected CheckedMap_RD<String,
CheckedMap_RD<String, Expression>> Generated by umod; model author's documentation MISSING.protected String
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.d2d2.model.SourceItem
context, docu, get_context, get_docu, get_location, get_name, location, name
-
Constructor Summary
ConstructorDescriptionImportItem
(SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ImportItem
(String name, Location<XMLDocumentIdentifier> location) Synthetic minimal constructor provided by the umod compiler. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Convenience un-Currying method.boolean
Convenience un-Currying method.boolean
containsKey_localSubsts
(String key0, String key1) Convenience un-Currying method.void
descend_0_globalSubsts
(MATCH_ONLY_00 visitor) Deprecated.void
descend_0_localSubsts
(MATCH_ONLY_00 visitor) Deprecated.void
descend_globalSubsts
(MATCH_ONLY_00 visitor) Deprecated.void
descend_localSubsts
(MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing, as specified in the umod source.Generated by umod; model author's documentation MISSING.static Pattern<ImportItem>
get_absolutePath
(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<ImportItem>
get_globalSubsts
(Pattern<? super CheckedMap_RD<String, Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
Generated by umod; model author's documentation MISSING.static Pattern<ImportItem>
get_isgeneric
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<ImportItem>
get_localSubsts
(Pattern<? super CheckedMap_RD<String, CheckedMap_RD<String, Expression>>> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<ImportItem>
get_targetURN
(Pattern<? super String> 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_globalSubsts
(String key0, Expression value) Convenience un-Currying method.void
put_localSubsts
(String key0, CheckedMap_RD<String, Expression> value) Convenience un-Currying method.void
put_localSubsts
(String key0, String key1, Expression value) Convenience un-Currying method.boolean
set_absolutePath
(String val) Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
set_isgeneric
(boolean val) Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
set_targetURN
(String val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.d2d2.model.SourceItem
add_docu, containsKey_docu, descend_docu, fullPath, get_context, get_context, get_docu, get_docu, get_location, get_location, get_name, get_name, put_docu, set_context, set_docu, set_location, set_name
-
Field Details
-
targetURN
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":220.9-29, see this pretty print.)
The type of this field is java.lang.String(maybe null)
Its value defaults to null. -
get_targetURN
Deprecated.Use new '::' method reference instead. -
absolutePath
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":221.9-29, see this pretty print.)
The type of this field is java.lang.String(maybe null)
Its value defaults to null. -
get_absolutePath
Deprecated.Use new '::' method reference instead. -
isgeneric
protected boolean isgenericGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":222.9-26, see this pretty print.)
The type of this field is boolean(never null)
Its value defaults tofalse
.- See Also:
-
get_isgeneric
Deprecated.Use new '::' method reference instead. -
localSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":223.9-66, see this pretty print.)
The type of this field isCheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),Expression
(never null)>(never null)>(never null)
Its value defaults to an empty collection. -
get_localSubsts
@Deprecated public static final Function<ImportItem,CheckedMap_RD<String, get_localSubstsCheckedMap_RD<String, Expression>>> Deprecated.Use new '::' method reference instead. -
globalSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":224.9-66, see this pretty print.)
The type of this field isCheckedMap_RD
<java.lang.String(never null),Expression
(never null)>(never null)
Its value defaults to an empty collection. -
get_globalSubsts
@Deprecated public static final Function<ImportItem,CheckedMap_RD<String, get_globalSubstsExpression>> Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
ImportItem
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
context
- is copied to fieldSourceItem.context
name
- is copied to fieldSourceItem.name
location
- is copied to fieldSourceItem.location
-
ImportItem
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:
name
- is copied to fieldSourceItem.name
location
- is copied to fieldSourceItem.location
-
ImportItem
ImportItem()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classSourceItem
- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'import' name '=' targetURN |2>localSubsts{'in' $from $to{'^('$to'/' $from')'}[/]}[/]|2>globalSubsts{'^('$to '/' $from')'}[/]
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
- Overrides:
format
in classSourceItem
- 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.- Overrides:
initFrom
in classSourceItem
-
get_targetURN
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":220.9-29, see this pretty print.)
Generated getter method. @see #targetURN- Returns:
- The current field value of type java.lang.String(maybe null)
-
set_targetURN
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":220.9-29, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type java.lang.String(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_absolutePath
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":221.9-29, see this pretty print.)
Generated getter method. @see #absolutePath- Returns:
- The current field value of type java.lang.String(maybe null)
-
set_absolutePath
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":221.9-29, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type java.lang.String(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_isgeneric
public boolean get_isgeneric()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":222.9-26, see this pretty print.)
Generated getter method. @see #isgeneric- Returns:
- The current field value of type boolean(never null)
-
set_isgeneric
public boolean set_isgeneric(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":222.9-26, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_localSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":223.9-66, see this pretty print.)
Generated getter method. @see #localSubsts- Returns:
- The current field value of type
CheckedMap_RD
<java.lang.String(never null),CheckedMap_RD
<java.lang.String(never null),Expression
(never null)>(never null)>(never null)
-
set_localSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":223.9-66, see this pretty print.)
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),Expression
(never null)>(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_localSubsts
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),Expression
(never null)>(never null)- See Also:
-
put_localSubsts
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 typeExpression
(never null)- See Also:
-
containsKey_localSubsts
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
containsKey_localSubsts
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_localSubsts
Deprecated. -
descend_0_localSubsts
Deprecated. -
get_globalSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":224.9-66, see this pretty print.)
Generated getter method. @see #globalSubsts- Returns:
- The current field value of type
CheckedMap_RD
<java.lang.String(never null),Expression
(never null)>(never null)
-
set_globalSubsts
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":224.9-66, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<java.lang.String(never null),Expression
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_globalSubsts
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 typeExpression
(never null)- See Also:
-
containsKey_globalSubsts
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_globalSubsts
Deprecated. -
descend_0_globalSubsts
Deprecated. -
get_targetURN
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
. -
get_absolutePath
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
. -
get_isgeneric
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
. -
get_localSubsts
public static Pattern<ImportItem> get_localSubsts(Pattern<? super CheckedMap_RD<String, CheckedMap_RD<String, Expression>>> 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
. -
get_globalSubsts
public static Pattern<ImportItem> get_globalSubsts(Pattern<? super CheckedMap_RD<String, Expression>> 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
.
-