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 EnumRep |
Enumeration.xml_representation
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<Enumeration,EnumRep> |
Enumeration.get_xml_representation
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
EnumRep |
Enumeration.get_xml_representation()
Generated by umod; model author's documentation MISSING.
|
static EnumRep |
EnumRep.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumRep[] |
EnumRep.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Enumeration.set_xml_representation(EnumRep val)
Generated by umod; model author's documentation MISSING.
|
see also the complete user documentation .