Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundInstanceModelGroupedNamed
Packages that use IBoundInstanceModelGroupedNamed
Package
Description
Provides an overlay of the Metaschema module model
(
gov.nist.secauto.metaschema.core.model) using bound Java class
annotations (gov.nist.secauto.metaschema.databind.model.annotations)
to represent module constructs annotated on Java classes.-
Uses of IBoundInstanceModelGroupedNamed in gov.nist.secauto.metaschema.databind.model
Subinterfaces of IBoundInstanceModelGroupedNamed in gov.nist.secauto.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 gov.nist.secauto.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.