Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY reference_from_specification_as
          ABSTRACT SUPERTYPE OF (ONEOF (reference_from_specification_as_source, reference_from_specification_as_target))
          SUBTYPE OF (reference_from_specification);
          SELF\interface_specification.current_schema : schema_map_definition;
          alias_name : OPTIONAL express_id;
END_ENTITY; -- reference_from_specification_as

Entity data types and their attributes

interface_specification
          foreign_schema: generic_schema_definition;
          current_schema: generic_schema_definition;
          (OPT) items: SET [1:?] OF interfaced_declaration;
reference_from_specification
          (RT) (OPT) items: SET [1:?] OF referenced_declaration;
reference_from_specification_as
          (RT) current_schema: schema_map_definition;
          (OPT) alias_name: express_id;

Known subtypes

          reference_from_specification_as_source (SDAI_DICTIONARY_SCHEMA)
          reference_from_specification_as_target (SDAI_DICTIONARY_SCHEMA)

Users

interface_specification
reference_from_specification
reference_from_specification_as

Global rules for this entity data type

          -

public interface EReference_from_specification_as extends EReference_from_specification

alias_name (explicit attribute)

          boolean testAlias_name(EReference_from_specification_as type)
          String getAlias_name(EReference_from_specification_as type)
          void setAlias_name(EReference_from_specification_as type, String value)
          void unsetAlias_name(EReference_from_specification_as type)

public class CReference_from_specification_as implements EReference_from_specification_as

          static EAttribute attributeAlias_name(EReference_from_specification_as type)

public class AReference_from_specification_as extends AEntity

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