/** * Դ�������ƣ�ConstantItem.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>Constant Item</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.jres.model.metadata.ConstantItem#getDataType <em>Data Type</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.model.metadata.ConstantItem#getValue <em>Value</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.model.metadata.ConstantItem#getLength <em>Length</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.model.metadata.ConstantItem#getPrecision <em>Precision</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.jres.model.metadata.MetadataPackage#getConstantItem() * @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='name refId dataType value length precision'" * @generated */ public interface ConstantItem extends MetadataItem { /** * Returns the value of the '<em><b>Data Type</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Data Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Data Type</em>' attribute. * @see #setDataType(String) * @see com.hundsun.ares.studio.jres.model.metadata.MetadataPackage#getConstantItem_DataType() * @model default="" * @generated */ String getDataType(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.model.metadata.ConstantItem#getDataType <em>Data Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Data Type</em>' attribute. * @see #getDataType() * @generated */ void setDataType(String value); /** * Returns the value of the '<em><b>Value</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Value</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Value</em>' attribute. * @see #setValue(String) * @see com.hundsun.ares.studio.jres.model.metadata.MetadataPackage#getConstantItem_Value() * @model default="" * @generated */ String getValue(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.model.metadata.ConstantItem#getValue <em>Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Value</em>' attribute. * @see #getValue() * @generated */ void setValue(String value); /** * Returns the value of the '<em><b>Length</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Length</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Length</em>' attribute. * @see #setLength(String) * @see com.hundsun.ares.studio.jres.model.metadata.MetadataPackage#getConstantItem_Length() * @model default="" * @generated */ String getLength(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.model.metadata.ConstantItem#getLength <em>Length</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Length</em>' attribute. * @see #getLength() * @generated */ void setLength(String value); /** * Returns the value of the '<em><b>Precision</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Precision</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Precision</em>' attribute. * @see #setPrecision(String) * @see com.hundsun.ares.studio.jres.model.metadata.MetadataPackage#getConstantItem_Precision() * @model default="" * @generated */ String getPrecision(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.model.metadata.ConstantItem#getPrecision <em>Precision</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Precision</em>' attribute. * @see #getPrecision() * @generated */ void setPrecision(String value); } // ConstantItem