/** * Դ�������ƣ�IMDConstant.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.metadata.core * ����˵����$desc * ����ĵ��� * ���ߣ���Ҷ�� */ package com.hundsun.ares.studio.jres.metadata.constant; /** * @author gongyf * */ public interface IMDConstant { /** *ģ�鹤����չģ�͵ļ�ֵ */ public static final String MODULE_METADATA_EXTEND_PROPERTY_KEY = "MDModuleCommonProperty"; /** * ������󳤶� */ public static final int NAME_MAX_LENGTH = 50; /** * ģ������� */ public static final String METADATA_MODULE_ROOT_ID = "com.hundsun.ares.studio.jres.moduleroot.metadata"; }