note description: "[ Constants for Community messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class O_COMMUNITY_CONSTANTS feature {NONE} -- Namespace community_namespace: STRING = "origo.community" feature {NONE} -- Message types community_create_type: STRING = "create" community_change_description_type: STRING = "change_description" community_change_group_type: STRING = "change_group" community_delete_wiki_page_type: STRING = "delete_wiki_page" community_list_members_type: STRING = "list_members" community_edit_wiki_page_type: STRING = "edit_wiki_page" community_add_wiki_page_type: STRING = "add_wiki_page" community_list_type: STRING = "list" community_list_projects_type: STRING = "list_projects" community_add_project_type: STRING = "add_project" community_retrieve_reply_type: STRING = "retrieve_reply" community_retrieve_type: STRING = "retrieve" community_list_wiki_pages_reply_type: STRING = "list_wiki_pages_reply" community_list_reply_type: STRING = "list_reply" community_delete_type: STRING = "delete" community_list_wiki_pages_type: STRING = "list_wiki_pages" community_remove_project_type: STRING = "remove_project" community_retrieve_wiki_page_type: STRING = "retrieve_wiki_page" community_retrieve_wiki_page_reply_type: STRING = "retrieve_wiki_page_reply" community_rename_wiki_page_type: STRING = "rename_wiki_page" end