ENTITY document_representation_type; name : label; represented_document : document; END_ENTITY; -- document_representation_type |
Entity data types and their attributesdocument_representation_typename: label; represented_document: document; |
Users: by entity attributesdocument_representation_typeUsers: by defined types, not used by any entity attributedocument_representation_type- |
Global rules for this entity data type- |
public interface EDocument_representation_type extends EEntityname (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_typestatic 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 AEntitypublic EDocument_representation_type getByIndex(int index)public EDocument_representation_type getCurrentMember(SdaiIterator it) |