Overview Index

SDAI_MAPPING_SCHEMA (jsdai.mapping)


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

A application_protocol_mapping is a schema_mapping that defines all the mappings of entities that are defined by this application protocol.

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;
application_protocol_mapping
          -

Users

schema_mapping
          schema_mapping.components
application_protocol_mapping

Global rules for this entity data type

          -

public interface EApplication_protocol_mapping extends ESchema_mapping


public class CApplication_protocol_mapping implements EApplication_protocol_mapping


public class AApplication_protocol_mapping extends AEntity

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