Uses of Interface
dev.metaschema.core.model.IMetaschemaModule
Packages that use IMetaschemaModule
Package
Description
Core Metaschema model interfaces and implementations.
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).-
Uses of IMetaschemaModule in dev.metaschema.core.model
Classes in dev.metaschema.core.model with type parameters of type IMetaschemaModuleModifier and TypeInterfaceDescriptioninterfaceIMetaschemaModule<SELF extends IMetaschemaModule<SELF>>Represents a loaded Metaschema module. -
Uses of IMetaschemaModule in dev.metaschema.databind.model.metaschema
Subinterfaces of IMetaschemaModule in dev.metaschema.databind.model.metaschemaModifier and TypeInterfaceDescriptioninterfaceRepresents a Metaschema module loaded via data binding.