|
ENTITY table_record_field_representation SUBTYPE OF (symbol_representation); WHERE wr1: ( SIZEOF ( USEDIN ( SELF , 'representation_schema.' + 'representation_relationship.rep_2' ) ) > 0 ) OR ( SIZEOF ( QUERY ( map_item <* USEDIN ( SELF , 'representation_schema.' + 'representation_map.' + 'mapped_representation' ) | SIZEOF ( QUERY ( mi <* USEDIN ( map_item , 'representation_schema.' + 'mapped_item.' + 'mapping_source' ) | SIZEOF ( QUERY ( rep <* using_representations ( mi ) | 'presentation_definition_schema.' + 'table_record_representation' IN TYPEOF ( rep ) ) ) > 0 ) ) > 0 ) ) > 0 ) ; END_ENTITY; -- table_record_field_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; symbol_representation - table_record_field_representation - |
| table_record_field_representation_with_clipping_box (PRESENTATION_DEFINITION_SCHEMA) |
Global rules for this entity data type- |
public interface ETable_record_field_representation extends ESymbol_representation |
public class CTable_record_field_representation implements ETable_record_field_representation |
public class ATable_record_field_representation extends AEntitypublic ETable_record_field_representation getByIndex(int index)public ETable_record_field_representation getCurrentMember(SdaiIterator it) |