Overview Index

SDAI_MAPPING_SCHEMA (jsdai.mapping)


ENTITY module_mapping
          SUBTYPE OF (schema_mapping);
END_ENTITY; -- module_mapping

A module_mapping is a schema_mapping that defines only the mappings of entities that are defined in some module.

Entity data types and their attributes

schema_mapping
          source: schema_definition;
          target: schema_definition;
          uofs: SET [1:?] OF uof_mapping;
          id: STRING;
          (OPT) components: SET [1:?] OF schema_mapping;
module_mapping
          -

Users

schema_mapping
          schema_mapping.components
module_mapping

Global rules for this entity data type

          -

public interface EModule_mapping extends ESchema_mapping


public class CModule_mapping implements EModule_mapping


public class AModule_mapping extends AEntity

          public EModule_mapping getByIndex(int index)
          public EModule_mapping getCurrentMember(SdaiIterator it)