Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY reference_from_specification
          SUBTYPE OF (interface_specification);
          SELF\interface_specification.items : OPTIONAL SET [1:?] OF referenced_declaration;
END_ENTITY; -- reference_from_specification

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;

Known subtypes

          reference_from_specification_as (SDAI_DICTIONARY_SCHEMA)

Users

interface_specification
reference_from_specification

Global rules for this entity data type

          -

public interface EReference_from_specification extends EInterface_specification


public class CReference_from_specification implements EReference_from_specification


public class AReference_from_specification extends AEntity

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