Uses of Interface
dev.metaschema.databind.model.IBoundInstanceModelGroupedNamed
Packages that use IBoundInstanceModelGroupedNamed
Package
Description
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 IBoundInstanceModelGroupedNamed in dev.metaschema.databind.model
Subinterfaces of IBoundInstanceModelGroupedNamed in dev.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents an assembly model instance that is a member of a choice group instance.interfaceRepresents a field model instance that is a member of a choice group instance.Methods in dev.metaschema.databind.model that return IBoundInstanceModelGroupedNamedModifier and TypeMethodDescriptionIBoundInstanceModelChoiceGroup.getGroupedModelInstance(IEnhancedQName name) Get the bound grouped model instance associated with the provided XML qualified name.IBoundInstanceModelChoiceGroup.getGroupedModelInstance(Class<?> clazz) Get the bound grouped model instance associated with the provided Java class.IBoundInstanceModelChoiceGroup.getGroupedModelInstance(String discriminator) Get the bound grouped model instance associated with the provided JSON discriminator value.default IBoundInstanceModelGroupedNamedIBoundInstanceModelChoiceGroup.getItemInstance(Object item) Get the bound grouped model instance associated with the provided item.