/** * Դ�������ƣ�IStandardDataType.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.metadata.core * ����˵����$desc * ����ĵ��� * ���ߣ���Ҷ�� */ package com.hundsun.ares.studio.jres.metadata.service; /** * @author gongyf * */ public interface IStandardDataType extends IMetadataItem { String getValue(String typeId); }