public class DefInstance extends Object implements Cloneable, Formattable
| Modifier and Type | Field and Description |
|---|---|
static Function<DefInstance,CheckedSet<String>> |
get_importKeys
Deprecated.
Use new '::' method reference instead.
|
static Function<DefInstance,Definition> |
get_raw
Deprecated.
Use new '::' method reference instead.
|
static Function<DefInstance,String> |
get_representingKey
Deprecated.
Use new '::' method reference instead.
|
protected CheckedSet<String> |
importKeys
Generated by umod; model author's documentation MISSING.
|
protected Definition |
raw
Generated by umod; model author's documentation MISSING.
|
protected String |
representingKey
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
DefInstance(Definition raw,
String representingKey)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
DefInstance |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedSet<String> |
get_importKeys()
Generated by umod; model author's documentation MISSING.
|
Definition |
get_raw()
Generated by umod; model author's documentation MISSING.
|
String |
get_representingKey()
Generated by umod; model author's documentation MISSING.
|
DefInstance |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_importKeys(CheckedSet<String> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_raw(Definition val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_representingKey(String val)
Generated by umod; model author's documentation MISSING.
|
protected Definition raw
Definition(never null)@Deprecated public static final Function<DefInstance,Definition> get_raw
protected String representingKey
@Deprecated public static final Function<DefInstance,String> get_representingKey
protected CheckedSet<String> importKeys
CheckedSet<java.lang.String(never
null)>(never null)@Deprecated public static final Function<DefInstance,CheckedSet<String>> get_importKeys
public DefInstance(Definition raw, String representingKey)
raw - is copied to field rawrepresentingKey - is copied to field representingKeypublic DefInstance doclone()
Cloneable is known to
be implemented.public Format format()
format in interface Formattablepublic DefInstance initFrom(Object o0)
public Definition get_raw()
Definition(never
null)public boolean set_raw(Definition val)
val - the new value of type Definition(never null)rawpublic String get_representingKey()
public boolean set_representingKey(String val)
val - the new value of type java.lang.String(never null)representingKeypublic CheckedSet<String> get_importKeys()
CheckedSet<java.lang.String(never
null)>(never null)public boolean set_importKeys(CheckedSet<String> val)
val - the new value of type CheckedSet<java.lang.String(never
null)>(never null)importKeyssee also the complete user documentation .