/** * <p>Copyright: Copyright (c) 2011</p> * <p>Company: �������ӹɷ����޹�˾</p> * */ package com.hundsun.ares.studio.core.model; import org.eclipse.emf.common.util.EMap; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>User Extensible Property</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.core.model.UserExtensibleProperty#getMap <em>Map</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.core.model.CorePackage#getUserExtensibleProperty() * @model * @generated */ public interface UserExtensibleProperty extends EObject { /** * Returns the value of the '<em><b>Map</b></em>' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Map</em>' reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Map</em>' map. * @see com.hundsun.ares.studio.core.model.CorePackage#getUserExtensibleProperty_Map() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" * @generated */ EMap<String, String> getMap(); } // UserExtensibleProperty