/** * Դ�������ƣ�IMetadataResType.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.metadata.core * ����˵����Ԫ����ģ�Ͷ��塢��������� * ����ĵ��� * ���ߣ� */ package com.hundsun.ares.studio.jres.metadata.constant; /** * @author gongyf * */ public interface IMetadataResType { String DefValue = "defaultvalue"; String StdField = "stdfield"; String StdType = "defaulttype"; String BizType = "datatype"; String Const = "constant"; String ErrNo = "errorno"; String Dict = "dict"; String Menu = "menu"; String IDRange = "idrange"; String BizPropertyConfig = "bizpropertyconfig"; // String StdModelanddata ="stdmodelanddata"; // String GeneralDataConfig = "generaldataconfigdefine"; }