TYPE detailed_report_type = ENUMERATION OF ( measured_element, inferior_quality_element ); END_TYPE; -- detailed_report_type |
Usersdetailed_report_request.detailed_report_request_type |
public final class EDetailed_report_typestatic final int MEASURED_ELEMENT = 1static final int INFERIOR_QUALITY_ELEMENT = 2 static String[] values = {"MEASURED_ELEMENT", "INFERIOR_QUALITY_ELEMENT"} static int toInt(String str) static String toString(int value) |