Overview Schemas Index

DOCUMENT_SCHEMA (jsdai.SDocument_schema)


ENTITY document_representation_type;
          name : label;
          represented_document : document;
END_ENTITY; -- document_representation_type

Entity data types and their attributes

document_representation_type
          name: label;
          represented_document: document;

Users: by entity attributes

document_representation_type

Users: by defined types, not used by any entity attribute

document_representation_type
          -

Global rules for this entity data type

          -

public interface EDocument_representation_type extends EEntity

name (explicit attribute)

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

represented_document (explicit attribute)

          boolean testRepresented_document(EDocument_representation_type type)
          EDocument getRepresented_document(EDocument_representation_type type)
          void setRepresented_document(EDocument_representation_type type, EDocument value)
          void unsetRepresented_document(EDocument_representation_type type)

public class CDocument_representation_type implements EDocument_representation_type

          static EAttribute attributeName(EDocument_representation_type type)
          static EAttribute attributeRepresented_document(EDocument_representation_type type)
          static int usedinRepresented_document(EDocument_representation_type type, EDocument instance, ASdaiModel domain, ADocument_representation_type result)

public class ADocument_representation_type extends AEntity

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