/** * Դ�������ƣ�Constants.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.core * ����˵����$desc * ����ĵ��� * ���ߣ�sundl */ package com.hundsun.ares.studio.core.model; /** * * @author sundl */ public interface Constants { public interface RevisionHistory { /** ģ���е��޸ļ�¼��Ӧ����չģ�͵�Key */ public static final String MODULE_REVISION_EXT_KEY = "module_rev_his_key"; /** ��Ŀ�����е��޸ļ�¼��չģ�͵�Key **/ public static final String PROJECT_REVISION_EXT_KEY = "ProjectRevisionHistory"; } /** * Ecoreģ�������ڱ�����õı��Դ�� */ public static final String EANNOTATION_REF_SOURCE = "http://www.hundsun.com/ares/studio/jres/2011/references"; public static final String USER_DATA2_KEY = "user"; public static final String MODULE_EXTENSIBLEMODEL_KEY = "ModuleExtensibleModel"; public static final String EXTENSIBLE_MODEL_CONFIG_PROPERTY_KEY = "ExtensibleModelConfigProperty"; /** * ��Ŀ�����е��û���չ */ public static final String PROJECT_EXTENSIBLEMODEL_KEY = "ProjectExtensibleModel"; }