Uses of Enum
dev.metaschema.core.model.XmlGroupAsBehavior
Packages that use XmlGroupAsBehavior
Package
Description
Core Metaschema model interfaces and implementations.
Provides an overlay of the Metaschema module model
(
dev.metaschema.core.model) using bound Java class annotations
(dev.metaschema.databind.model.annotations) to represent module
constructs annotated on Java classes.-
Uses of XmlGroupAsBehavior in dev.metaschema.core.model
Fields in dev.metaschema.core.model declared as XmlGroupAsBehaviorModifier and TypeFieldDescriptionstatic final XmlGroupAsBehaviorIGroupable.DEFAULT_XML_GROUP_AS_BEHAVIORThe default Metaschema grouping behavior for XML data.Methods in dev.metaschema.core.model that return XmlGroupAsBehaviorModifier and TypeMethodDescriptiondefault XmlGroupAsBehaviorIGroupable.getXmlGroupAsBehavior()Gets the configured XML group-as strategy.static XmlGroupAsBehaviorReturns the enum constant of this type with the specified name.static XmlGroupAsBehavior[]XmlGroupAsBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of XmlGroupAsBehavior in dev.metaschema.databind.model
Methods in dev.metaschema.databind.model that return XmlGroupAsBehaviorModifier and TypeMethodDescriptionIGroupAs.getXmlGroupAsBehavior()Get the XML group-as behavior that determines how grouped items are serialized in XML format.