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