Uses of Interface
dev.metaschema.core.model.IModuleExtended
Packages that use IModuleExtended
Package
Description
Core Metaschema model interfaces and implementations.
Provides generated Metaschema binding classes for module(s): Metaschema
Binding Configuration.
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.Provides an implementation of the Module model
(
dev.metaschema.core.model) represented by a module-specific set of
bound Java classes
(dev.metaschema.databind.model.metaschema.binding).Provides generated Metaschema binding classes for module(s): Metaschema
Model.
Provides generated Metaschema binding classes for module(s): Metaschema Test
Suite.
-
Uses of IModuleExtended in dev.metaschema.core.model
Classes in dev.metaschema.core.model with type parameters of type IModuleExtendedModifier and TypeClassDescriptionclassAbstractModule<M extends IModuleExtended<M,D, FL, FI, A>, D extends IModelDefinition, FL extends IFlagDefinition, FI extends IFieldDefinition, A extends IAssemblyDefinition> Provides a common, abstract implementation of aIModule.classAbstractModuleLoader<T,M extends IModuleExtended<M, ?, ?, ?, ?>> Provides methods to load a Metaschema expressed in XML.interfaceIModuleExtended<M extends IModuleExtended<M,D, FL, FI, A>, D extends IModelDefinition, FL extends IFlagDefinition, FI extends IFieldDefinition, A extends IAssemblyDefinition> The API for accessing information about a given Metaschema module.interfaceIModuleLoader<M extends IModuleExtended<M,?, ?, ?, ?>> Provides loading capabilities for Metaschema modules.Subinterfaces of IModuleExtended in dev.metaschema.core.modelModifier and TypeInterfaceDescriptioninterfaceIMetaschemaModule<SELF extends IMetaschemaModule<SELF>>Represents a loaded Metaschema module.Classes in dev.metaschema.core.model that implement IModuleExtendedModifier and TypeClassDescriptionclassAbstractModule<M extends IModuleExtended<M,D, FL, FI, A>, D extends IModelDefinition, FL extends IFlagDefinition, FI extends IFieldDefinition, A extends IAssemblyDefinition> Provides a common, abstract implementation of aIModule. -
Uses of IModuleExtended in dev.metaschema.databind.config.binding
Classes in dev.metaschema.databind.config.binding that implement IModuleExtendedModifier and TypeClassDescriptionfinal classMetaschema Binding Configuration -
Uses of IModuleExtended in dev.metaschema.databind.model
Subinterfaces of IModuleExtended in dev.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents a bound Metaschema module that provides access to its field and assembly definitions through Java class bindings.Classes in dev.metaschema.databind.model that implement IModuleExtendedModifier and TypeClassDescriptionclassAn abstract base class for Metaschema modules bound to Java classes. -
Uses of IModuleExtended in dev.metaschema.databind.model.metaschema
Subinterfaces of IModuleExtended in dev.metaschema.databind.model.metaschemaModifier and TypeInterfaceDescriptioninterfaceRepresents a Metaschema module loaded via data binding. -
Uses of IModuleExtended in dev.metaschema.databind.model.metaschema.binding
Classes in dev.metaschema.databind.model.metaschema.binding that implement IModuleExtended -
Uses of IModuleExtended in dev.metaschema.model.testing.testsuite
Classes in dev.metaschema.model.testing.testsuite that implement IModuleExtended