ENTITY detailed_report_request_with_number_of_data SUBTYPE OF (detailed_report_request); number_of_data : INTEGER; WHERE wr1: SELF\detailed_report_request.detailed_report_request_type <> INFERIOR_QUALITY_ELEMENT; END_ENTITY; -- detailed_report_request_with_number_of_data |
Entity data types and their attributesdata_quality_report_requestdescription: text; criterion_of_report_request: data_quality_criterion; detailed_report_request detailed_report_request_type: detailed_report_type; report_sequence: preferred_ordering; detailed_report_request_with_number_of_data number_of_data: INTEGER; |
Users: by entity attributesdata_quality_report_requestdetailed_report_request detailed_report_request_with_number_of_data Users: by defined types, not used by any entity attributedetailed_report_request_with_number_of_data- |
Global rules for this entity data type- |
public interface EDetailed_report_request_with_number_of_data extends EDetailed_report_requestnumber_of_data (explicit attribute)boolean testNumber_of_data(EDetailed_report_request_with_number_of_data type)integer getNumber_of_data(EDetailed_report_request_with_number_of_data type) void setNumber_of_data(EDetailed_report_request_with_number_of_data type, integer value) void unsetNumber_of_data(EDetailed_report_request_with_number_of_data type) |
public class CDetailed_report_request_with_number_of_data implements EDetailed_report_request_with_number_of_datastatic EAttribute attributeNumber_of_data(EDetailed_report_request_with_number_of_data type) |
public class ADetailed_report_request_with_number_of_data extends AEntitypublic EDetailed_report_request_with_number_of_data getByIndex(int index)public EDetailed_report_request_with_number_of_data getCurrentMember(SdaiIterator it) |