public class Parametrized extends Object implements Cloneable, Formattable
| Modifier and Type | Field and Description |
|---|---|
protected String |
conform
(This definition has been created by UMod
from the source at SYSTEM "tscore.umod":20:5 -> 20:27, cf.
|
protected CheckedMap_RD<String,String> |
timeless
(This definition has been created by UMod
from the source at SYSTEM "tscore.umod":21:5 -> 21:33, cf.
|
format| Constructor and Description |
|---|
Parametrized()
(All fields are set to default values.) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey_timeless(String key0)
|
Parametrized |
doclone()
never fails, since
Cloneable is known to be implemented. |
Format |
format() |
String |
get_conform()
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":20:5 -> 20:27, cf. |
CheckedMap_RD<String,String> |
get_timeless()
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":21:5 -> 21:33, cf. |
Parametrized |
initFrom(Object o0)
Copies all field values, iff the argument is of this class.
|
void |
put_timeless(String key0,
String value)
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing. |
boolean |
set_conform(String val)
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":20:5 -> 20:27, cf. |
boolean |
set_timeless(CheckedMap_RD<String,String> val)
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":21:5 -> 21:33, cf. |
protected String conform
get_conform(),
set_conform(java.lang.String)protected CheckedMap_RD<String,String> timeless
CheckedMap_RD<java.lang.String(never
null),java.lang.String(never null)>(never
null)public Parametrized doclone()
Cloneable is known to be implemented.public Format format()
format in interface Formattablepublic Parametrized initFrom(Object o0)
public String get_conform()
conformpublic boolean set_conform(String val)
val - the new value of type java.lang.String(maybe null)conformpublic CheckedMap_RD<String,String> get_timeless()
CheckedMap_RD<java.lang.String(never
null),java.lang.String(never null)>(never
null)timelesspublic boolean set_timeless(CheckedMap_RD<String,String> val)
val - the new value of type CheckedMap_RD<java.lang.String(never
null),java.lang.String(never null)>(never
null)timelesspublic void put_timeless(String key0, String value)
val - the new value of type java.lang.String(never null)timeless