/** * <p>Copyright: Copyright (c) 2011</p> * <p>Company: �������ӹɷ����޹�˾</p> * */ package com.hundsun.ares.studio.core.model; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Extensible Model Attribute</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getUri <em>Uri</em>}</li> * <li>{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getClassName <em>Class Name</em>}</li> * <li>{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getKey <em>Key</em>}</li> * <li>{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getLable <em>Lable</em>}</li> * <li>{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getType <em>Type</em>}</li> * <li>{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getValidate <em>Validate</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.core.model.CorePackage#getExtensibleModelAttribute() * @model * @generated */ public interface ExtensibleModelAttribute extends EObject { /** * Returns the value of the '<em><b>Uri</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Uri</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Uri</em>' attribute. * @see #setUri(String) * @see com.hundsun.ares.studio.core.model.CorePackage#getExtensibleModelAttribute_Uri() * @model default="" * @generated */ String getUri(); /** * Sets the value of the '{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getUri <em>Uri</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Uri</em>' attribute. * @see #getUri() * @generated */ void setUri(String value); /** * Returns the value of the '<em><b>Class Name</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class Name</em>' attribute. * @see #setClassName(String) * @see com.hundsun.ares.studio.core.model.CorePackage#getExtensibleModelAttribute_ClassName() * @model default="" * @generated */ String getClassName(); /** * Sets the value of the '{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getClassName <em>Class Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class Name</em>' attribute. * @see #getClassName() * @generated */ void setClassName(String value); /** * Returns the value of the '<em><b>Key</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Key</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Key</em>' attribute. * @see #setKey(String) * @see com.hundsun.ares.studio.core.model.CorePackage#getExtensibleModelAttribute_Key() * @model default="" * @generated */ String getKey(); /** * Sets the value of the '{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getKey <em>Key</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Key</em>' attribute. * @see #getKey() * @generated */ void setKey(String value); /** * Returns the value of the '<em><b>Lable</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Lable</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Lable</em>' attribute. * @see #setLable(String) * @see com.hundsun.ares.studio.core.model.CorePackage#getExtensibleModelAttribute_Lable() * @model default="" * @generated */ String getLable(); /** * Sets the value of the '{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getLable <em>Lable</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Lable</em>' attribute. * @see #getLable() * @generated */ void setLable(String value); /** * Returns the value of the '<em><b>Type</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>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>Type</em>' attribute. * @see #setType(String) * @see com.hundsun.ares.studio.core.model.CorePackage#getExtensibleModelAttribute_Type() * @model default="" * @generated */ String getType(); /** * Sets the value of the '{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Type</em>' attribute. * @see #getType() * @generated */ void setType(String value); /** * Returns the value of the '<em><b>Validate</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Validate</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Validate</em>' attribute. * @see #setValidate(String) * @see com.hundsun.ares.studio.core.model.CorePackage#getExtensibleModelAttribute_Validate() * @model default="" * @generated */ String getValidate(); /** * Sets the value of the '{@link com.hundsun.ares.studio.core.model.ExtensibleModelAttribute#getValidate <em>Validate</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Validate</em>' attribute. * @see #getValidate() * @generated */ void setValidate(String value); } // ExtensibleModelAttribute