note description: "[ Constants for Issue messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_ISSUE_CONSTANTS feature {NONE} -- Namespace issue_namespace: STRING = "origo.issue" feature {NONE} -- Message types issue_add_type: STRING = "add" issue_add_reply_type: STRING = "add_reply" issue_add_storage_reply_type: STRING = "add_storage_reply" issue_add_attachment_type: STRING = "add_attachment" issue_add_attachment_storage_reply_type: STRING = "add_attachment_storage_reply" issue_add_subscription_type: STRING = "add_subscription" issue_comment_type: STRING = "comment" issue_comment_reply_type: STRING = "comment_reply" issue_delete_type: STRING = "delete" issue_delete_storage_reply_type: STRING = "delete_storage_reply" issue_list_type: STRING = "list" issue_list_reply_type: STRING = "list_reply" issue_list_changed_type: STRING = "list_changed" issue_list_tags_type: STRING = "list_tags" issue_list_tags_reply_type: STRING = "list_tags_reply" issue_remove_all_attachments_type: STRING = "remove_all_attachments" issue_remove_all_attachments_storage_reply_type: STRING = "remove_all_attachments_storage_reply" issue_remove_attachment_type: STRING = "remove_attachment" issue_retrieve_type: STRING = "retrieve" issue_retrieve_reply_type: STRING = "retrieve_reply" issue_retrieve_attachments_type: STRING = "retrieve_attachments" issue_retrieve_attachments_reply_type: STRING = "retrieve_attachments_reply" issue_remove_subscription_type: STRING = "remove_subscription" issue_retrieve_planning_data_type: STRING = "retrieve_planning_data" issue_retrieve_planning_data_reply_type: STRING = "retrieve_planning_data_reply" issue_search_type: STRING = "search" issue_update_type: STRING = "update" issue_update_reply_type: STRING = "update_reply" issue_update_storage_reply_type: STRING = "update_storage_reply" end