Uses of Enum Class
eu.bandm.tools.d2d2.model.XmlKind
Package
Description
Umod main model class: This is the internal
model for the d2d text type definitions.
-
Uses of XmlKind in eu.bandm.tools.d2d2.model
Modifier and TypeFieldDescriptionprotected XmlKind
Definition.xml_kind
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function<Definition,
XmlKind> Definition.get_xml_kind
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionDefinition.get_xml_kind()
Generated by umod; model author's documentation MISSING.static XmlKind
Returns the enum constant of this class with the specified name.static XmlKind[]
XmlKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Definition.set_xml_kind
(XmlKind val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic Pattern<Definition>
Definition.get_xml_kind
(Pattern<? super XmlKind> p) Lifts a pattern which matches the field value to one which matches this whole object.