Overview Schemas Index

PRODUCT_DATA_QUALITY_CRITERIA_SCHEMA (jsdai.SProduct_data_quality_criteria_schema)


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 attributes

data_quality_report_request
          description: 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 attributes

data_quality_report_request
detailed_report_request
detailed_report_request_with_number_of_data

Users: by defined types, not used by any entity attribute

detailed_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_request

number_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_data

          static EAttribute attributeNumber_of_data(EDetailed_report_request_with_number_of_data type)

public class ADetailed_report_request_with_number_of_data extends AEntity

          public EDetailed_report_request_with_number_of_data getByIndex(int index)
          public EDetailed_report_request_with_number_of_data getCurrentMember(SdaiIterator it)