Interface IBoundModelElement

All Superinterfaces:
dev.metaschema.core.model.IDefaultable, dev.metaschema.core.model.IModelElement, dev.metaschema.core.model.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 dev.metaschema.core.model.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 Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface dev.metaschema.core.model.IDefaultable

    getDefaultValue, getEffectiveDefaultValue, getResolvedDefaultValue

    Methods inherited from interface dev.metaschema.core.model.IModelElement

    getModelType, getRemarks, toCoordinates

    Methods inherited from interface dev.metaschema.core.model.IModelElementVisitable

    accept
  • Method Details