note description: "[ Constants for Statistics messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_STATISTICS_CONSTANTS feature {NONE} -- Namespace statistics_namespace: STRING = "origo.statistics" feature {NONE} -- Message types statistics_create_type: STRING = "create" statistics_update_type: STRING = "update" statistics_retrieve_workitem_type: STRING = "retrieve_workitem" statistics_retrieve_workitem_reply_type: STRING = "retrieve_workitem_reply" statistics_retrieve_issue_type: STRING = "retrieve_issue" statistics_retrieve_issue_reply_type: STRING = "retrieve_issue_reply" end