Overview Schemas Index

PRODUCT_DATA_QUALITY_CRITERIA_SCHEMA (jsdai.SProduct_data_quality_criteria_schema)


TYPE detailed_report_type = ENUMERATION OF (
          measured_element,
          inferior_quality_element );
END_TYPE; -- detailed_report_type

Users

          detailed_report_request.detailed_report_request_type

public final class EDetailed_report_type

          static final int MEASURED_ELEMENT = 1
          static final int INFERIOR_QUALITY_ELEMENT = 2
          static String[] values = {"MEASURED_ELEMENT", "INFERIOR_QUALITY_ELEMENT"}
          static int toInt(String str)
          static String toString(int value)