/** * Դ�������ƣ�StandardDataType.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.metadata.core * ����˵����Ԫ����ģ�Ͷ��塢��������� * ����ĵ��� * ���ߣ� */ package com.hundsun.ares.studio.jres.model.metadata; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Standard Data Type</b></em>'. * <!-- end-user-doc --> * * * @see com.hundsun.ares.studio.jres.model.metadata.MetadataPackage#getStandardDataType() * @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='name refId'" * @generated */ public interface StandardDataType extends MetadataItem { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @model * @generated */ String getValue(String typeId); /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @model * @generated */ void setValue(String typeId, String value); } // StandardDataType