Uses of Enum Class
eu.bandm.tools.d2d2.model.EnumRep
Packages that use 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
Fields in eu.bandm.tools.d2d2.model declared as EnumRepModifier and TypeFieldDescriptionprotected EnumRepEnumeration.xml_representationGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.model with type parameters of type EnumRepModifier and TypeFieldDescriptionstatic final Function<Enumeration, EnumRep> Enumeration.get_xml_representationDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.model that return EnumRepModifier and TypeMethodDescriptionEnumeration.get_xml_representation()Generated by umod; model author's documentation MISSING.static EnumRepReturns 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.Methods in eu.bandm.tools.d2d2.model with parameters of type EnumRepModifier and TypeMethodDescriptionbooleanEnumeration.set_xml_representation(EnumRep val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.model with type arguments of type EnumRepModifier 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.