Overview Schemas Index

EXTERNAL_REFERENCE_SCHEMA (jsdai.SExternal_reference_schema)


ENTITY external_source_relationship;
          name : label;
          description : OPTIONAL text;
          relating_source : external_source;
          related_source : external_source;
END_ENTITY; -- external_source_relationship

Entity data types and their attributes

external_source_relationship
          name: label;
          (OPT) description: text;
          relating_source: external_source;
          related_source: external_source;

Users

external_source_relationship

Global rules for this entity data type

          -

public interface EExternal_source_relationship extends EEntity

name (explicit attribute)

          boolean testName(EExternal_source_relationship type)
          String getName(EExternal_source_relationship type)
          void setName(EExternal_source_relationship type, String value)
          void unsetName(EExternal_source_relationship type)

description (explicit attribute)

          boolean testDescription(EExternal_source_relationship type)
          String getDescription(EExternal_source_relationship type)
          void setDescription(EExternal_source_relationship type, String value)
          void unsetDescription(EExternal_source_relationship type)

relating_source (explicit attribute)

          boolean testRelating_source(EExternal_source_relationship type)
          EExternal_source getRelating_source(EExternal_source_relationship type)
          void setRelating_source(EExternal_source_relationship type, EExternal_source value)
          void unsetRelating_source(EExternal_source_relationship type)

related_source (explicit attribute)

          boolean testRelated_source(EExternal_source_relationship type)
          EExternal_source getRelated_source(EExternal_source_relationship type)
          void setRelated_source(EExternal_source_relationship type, EExternal_source value)
          void unsetRelated_source(EExternal_source_relationship type)

public class CExternal_source_relationship implements EExternal_source_relationship

          static EAttribute attributeName(EExternal_source_relationship type)
          static EAttribute attributeDescription(EExternal_source_relationship type)
          static EAttribute attributeRelating_source(EExternal_source_relationship type)
          static int usedinRelating_source(EExternal_source_relationship type, EExternal_source instance, ASdaiModel domain, AExternal_source_relationship result)
          static EAttribute attributeRelated_source(EExternal_source_relationship type)
          static int usedinRelated_source(EExternal_source_relationship type, EExternal_source instance, ASdaiModel domain, AExternal_source_relationship result)

public class AExternal_source_relationship extends AEntity

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