ENTITY drawing_sheet_revision SUBTYPE OF (presentation_area); revision_identifier : identifier; WHERE wr1: SIZEOF( QUERY(item <* SELF\representation.items | ('REPRESENTATION_SCHEMA.MAPPED_ITEM' IN (TYPEOF(item))) AND ('DRAWING_DEFINITION_SCHEMA.DRAWING_SHEET_REVISION' IN (TYPEOF(item\mapped_item.mapping_source.mapped_representation)))))=0; END_ENTITY; -- drawing_sheet_revision |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; presentation_representation (RT) context_of_items: geometric_representation_context; presentation_area - drawing_sheet_revision revision_identifier: identifier; |
Global rules for this entity data typedrawing_sheet_annotation_layers (AUTOMOTIVE_DESIGN)sheets_belong_to_one_drawing (AUTOMOTIVE_DESIGN) |
public interface EDrawing_sheet_revision extends EPresentation_arearevision_identifier (explicit attribute)boolean testRevision_identifier(EDrawing_sheet_revision type)String getRevision_identifier(EDrawing_sheet_revision type) void setRevision_identifier(EDrawing_sheet_revision type, String value) void unsetRevision_identifier(EDrawing_sheet_revision type) |
public class CDrawing_sheet_revision implements EDrawing_sheet_revisionstatic EAttribute attributeRevision_identifier(EDrawing_sheet_revision type) |
public class ADrawing_sheet_revision extends AEntitypublic EDrawing_sheet_revision getByIndex(int index)public EDrawing_sheet_revision getCurrentMember(SdaiIterator it) |