TYPE component_based_message_type = ENUMERATION OF ( component_reference_designation, terminal_designation ); END_TYPE; -- component_based_message_type |
Userscomponent_based_annotation_text_relationship.message_type |
public final class EComponent_based_message_typestatic final int COMPONENT_REFERENCE_DESIGNATION = 1static final int TERMINAL_DESIGNATION = 2 static String[] values = {"COMPONENT_REFERENCE_DESIGNATION", "TERMINAL_DESIGNATION"} static int toInt(String str) static String toString(int value) |