Uses of Enum Class
eu.bandm.tools.d2d2.model.XmlKind
Packages that use 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
Fields in eu.bandm.tools.d2d2.model declared as XmlKindModifier and TypeFieldDescriptionprotected XmlKind
Definition.xml_kind
Generated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.model with type parameters of type XmlKindModifier and TypeFieldDescriptionstatic final Function
<Definition, XmlKind> Definition.get_xml_kind
Deprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.model that return XmlKindModifier 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.Methods in eu.bandm.tools.d2d2.model with parameters of type XmlKindModifier and TypeMethodDescriptionboolean
Definition.set_xml_kind
(XmlKind val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.model with type arguments of type XmlKindModifier 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.