- All Superinterfaces:
IDefaultable,IModelElement,IModelElementVisitable
- All Known Subinterfaces:
IBoundDefinition,IBoundDefinitionFlag,IBoundDefinitionModel<ITEM>,IBoundDefinitionModelAssembly,IBoundDefinitionModelComplex,IBoundDefinitionModelField<ITEM>,IBoundDefinitionModelFieldComplex,IBoundInstance<ITEM>,IBoundInstanceFlag,IBoundInstanceModel<ITEM>,IBoundInstanceModelAssembly,IBoundInstanceModelChoiceGroup,IBoundInstanceModelField<ITEM>,IBoundInstanceModelFieldComplex,IBoundInstanceModelFieldScalar,IBoundInstanceModelNamed<ITEM>
A Metaschema model element bound to Java data.
This interface extends the core model element interface to provide access to the containing bound module.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the Metaschema module that contains the information element's declaration.Methods inherited from interface dev.metaschema.core.model.IDefaultable
getDefaultValue, getEffectiveDefaultValue, getResolvedDefaultValueMethods inherited from interface dev.metaschema.core.model.IModelElement
getModelType, getRemarks, toCoordinatesMethods inherited from interface dev.metaschema.core.model.IModelElementVisitable
accept
-
Method Details
-
getContainingModule
IBoundModule getContainingModule()Description copied from interface:IModelElementRetrieves the Metaschema module that contains the information element's declaration.- Specified by:
getContainingModulein interfaceIModelElement- Returns:
- the Metaschema module
-