public class SourceItem extends Object implements Cloneable, Formattable, Serializable
Modifier and Type | Field and Description |
---|---|
protected SourceItem |
context
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedList<LocString>> |
docu
Generated by umod; model author's documentation MISSING.
|
static Function<SourceItem,SourceItem> |
get_context
Deprecated.
Use new '::' method reference instead.
|
static Function<SourceItem,CheckedMap_RD<String,CheckedList<LocString>>> |
get_docu
Deprecated.
Use new '::' method reference instead.
|
static Function<SourceItem,Location<XMLDocumentIdentifier>> |
get_location
Deprecated.
Use new '::' method reference instead.
|
static Function<SourceItem,String> |
get_name
Deprecated.
Use new '::' method reference instead.
|
protected Location<XMLDocumentIdentifier> |
location
Generated by umod; model author's documentation MISSING.
|
protected String |
name
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
SourceItem(SourceItem context,
String name,
Location<XMLDocumentIdentifier> location)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
SourceItem(String name,
Location<XMLDocumentIdentifier> location)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
add_docu(String key0,
LocString value)
Convenience un-Currying method.
|
boolean |
containsKey_docu(String key0)
Convenience un-Currying method.
|
void |
descend_docu(MATCH_ONLY_00 visitor) |
SourceItem |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
String |
fullPath() |
SourceItem |
get_context()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedList<LocString>> |
get_docu()
Generated by umod; model author's documentation MISSING.
|
Location<XMLDocumentIdentifier> |
get_location()
Generated by umod; model author's documentation MISSING.
|
String |
get_name()
Generated by umod; model author's documentation MISSING.
|
SourceItem |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
void |
put_docu(String key0,
CheckedList<LocString> value)
Convenience un-Currying method.
|
boolean |
set_context(SourceItem val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_docu(CheckedMap_RD<String,CheckedList<LocString>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_location(Location<XMLDocumentIdentifier> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_name(String val)
Generated by umod; model author's documentation MISSING.
|
protected SourceItem context
SourceItem
(maybe null)@Deprecated public static final Function<SourceItem,SourceItem> get_context
protected String name
get_name()
,
set_name(java.lang.String)
@Deprecated public static final Function<SourceItem,String> get_name
protected Location<XMLDocumentIdentifier> location
Location
(never
null)@Deprecated public static final Function<SourceItem,Location<XMLDocumentIdentifier>> get_location
protected CheckedMap_RD<String,CheckedList<LocString>> docu
CheckedMap_RD
<java.lang.String(never
null),CheckedList
<LocString
(never null)>(never null)>(never
null)@Deprecated public static final Function<SourceItem,CheckedMap_RD<String,CheckedList<LocString>>> get_docu
public SourceItem(SourceItem context, String name, Location<XMLDocumentIdentifier> location)
public SourceItem(String name, Location<XMLDocumentIdentifier> location)
public SourceItem doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
public String fullPath()
public SourceItem initFrom(Object o0)
public SourceItem get_context()
SourceItem
(maybe
null)public boolean set_context(SourceItem val)
val
- the new value of type SourceItem
(maybe null)context
public String get_name()
public boolean set_name(String val)
val
- the new value of type java.lang.String(never null)name
public Location<XMLDocumentIdentifier> get_location()
Location
(never null)public boolean set_location(Location<XMLDocumentIdentifier> val)
public CheckedMap_RD<String,CheckedList<LocString>> get_docu()
CheckedMap_RD
<java.lang.String(never
null),CheckedList
<LocString
(never null)>(never null)>(never
null)public boolean set_docu(CheckedMap_RD<String,CheckedList<LocString>> val)
val
- the new value of type CheckedMap_RD
<java.lang.String(never
null),CheckedList
<LocString
(never null)>(never null)>(never
null)docu
public void put_docu(String key0, CheckedList<LocString> value)
val
- the new value of type CheckedList
<LocString
(never
null)>(never null)docu
public void add_docu(String key0, LocString value)
public boolean containsKey_docu(String key0)
docu
public void descend_docu(MATCH_ONLY_00 visitor)
see also the complete user documentation .