Overview Schemas Index

INTERCONNECT_MODULE_TO_ASSEMBLY_MODULE_RELATIONSHIP_XIM (jsdai.SInterconnect_module_to_assembly_module_relationship_xim)


TYPE component_based_message_type = ENUMERATION OF (
          component_reference_designation,
          terminal_designation );
END_TYPE; -- component_based_message_type

Users

          component_based_annotation_text_relationship.message_type

public final class EComponent_based_message_type

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