note description: "[ Constants for Example messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$ Date: $" revision: "$ Revision: $" class A_EXAMPLE_CONSTANTS feature {NONE} -- Namespace example_namespace: STRING = "aranea.example" feature {NONE} -- Message types example_simple_type: STRING = "simple" example_simple_extended_type: STRING = "simple_extended" example_special_type: STRING = "special" example_complex_type: STRING = "complex" example_nested_message_type: STRING = "nested_message" end