Package | Description |
---|---|
eu.bandm.tools.d2d2.model |
Umod main model class: This is the internal
model for the d2d text type definitions.
|
Modifier and Type | Field and Description |
---|---|
protected XmlKind |
Definition.xml_kind
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<Definition,XmlKind> |
Definition.get_xml_kind
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
XmlKind |
Definition.get_xml_kind()
Generated by umod; model author's documentation MISSING.
|
static XmlKind |
XmlKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlKind[] |
XmlKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Definition.set_xml_kind(XmlKind val)
Generated by umod; model author's documentation MISSING.
|
see also the complete user documentation .