Interface IBoundModelElement

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>

public interface IBoundModelElement extends IModelElement
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 Details

    • getContainingModule

      IBoundModule getContainingModule()
      Description copied from interface: IModelElement
      Retrieves the Metaschema module that contains the information element's declaration.
      Specified by:
      getContainingModule in interface IModelElement
      Returns:
      the Metaschema module