ENTITY table_text_relationship SUBTYPE OF (annotation_occurrence_relationship); field : table_record_field_representation; SELF\annotation_occurrence_relationship.relating_annotation_occurrence : annotation_table_occurrence; SELF\annotation_occurrence_relationship.related_annotation_occurrence : annotation_text_occurrence; WHERE wr1: 'PRESENTATION_DEFINITION_SCHEMA.ANNOTATION_TABLE' IN TYPEOF (SELF\annotation_occurrence_relationship. relating_annotation_occurrence\styled_item.item); wr2: field_in_table (SELF.field, SELF\annotation_occurrence_relationship. relating_annotation_occurrence); END_ENTITY; -- table_text_relationship |
Entity data types and their attributesannotation_occurrence_relationshipname: label; description: text; relating_annotation_occurrence: annotation_occurrence; related_annotation_occurrence: annotation_occurrence; table_text_relationship field: table_record_field_representation; (RT) relating_annotation_occurrence: annotation_table_occurrence; (RT) related_annotation_occurrence: annotation_text_occurrence; |
Usersannotation_occurrence_relationshiptable_text_relationship |
Global rules for this entity data type- |
public interface ETable_text_relationship extends EAnnotation_occurrence_relationshipfield (explicit attribute)boolean testField(ETable_text_relationship type)ETable_record_field_representation getField(ETable_text_relationship type) void setField(ETable_text_relationship type, ETable_record_field_representation value) void unsetField(ETable_text_relationship type) |
public class CTable_text_relationship implements ETable_text_relationshipstatic EAttribute attributeField(ETable_text_relationship type)static int usedinField(ETable_text_relationship type, ETable_record_field_representation instance, ASdaiModel domain, ATable_text_relationship result) |
public class ATable_text_relationship extends AEntitypublic ETable_text_relationship getByIndex(int index)public ETable_text_relationship getCurrentMember(SdaiIterator it) |