uidesigner/com.nokia.sdt.component.symbian/src/com/nokia/sdt/emf/component/MapElementFromTypeType.java
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 /**
       
     2  * <copyright>
       
     3  * </copyright>
       
     4  *
       
     5  * $Id$
       
     6  */
       
     7 package com.nokia.sdt.emf.component;
       
     8 
       
     9 
       
    10 /**
       
    11  * <!-- begin-user-doc -->
       
    12  * A representation of the model object '<em><b>Map Element From Type Type</b></em>'.
       
    13  * <!-- end-user-doc -->
       
    14  *
       
    15  * <p>
       
    16  * The following features are supported:
       
    17  * <ul>
       
    18  *   <li>{@link com.nokia.sdt.emf.component.MapElementFromTypeType#getTypeId <em>Type Id</em>}</li>
       
    19  * </ul>
       
    20  * </p>
       
    21  *
       
    22  * @see com.nokia.sdt.emf.component.ComponentPackage#getMapElementFromTypeType()
       
    23  * @model extendedMetaData="name='mapElementFromType_._type' kind='empty'"
       
    24  * @generated
       
    25  */
       
    26 public interface MapElementFromTypeType extends TwoWayMappingType {
       
    27 	/**
       
    28 	 * Returns the value of the '<em><b>Type Id</b></em>' attribute.
       
    29 	 * <!-- begin-user-doc -->
       
    30 	 * <!-- end-user-doc -->
       
    31 	 * <!-- begin-model-doc -->
       
    32 	 * 
       
    33 	 * 					This attribute tells which of a set of type mappings to use
       
    34 	 * 					from the given type (as named in the id="..." attributes on
       
    35 	 * 					the mapXXXType children of sourceTypeMapping).   
       
    36 	 * 						
       
    37 	 * <!-- end-model-doc -->
       
    38 	 * @return the value of the '<em>Type Id</em>' attribute.
       
    39 	 * @see #setTypeId(String)
       
    40 	 * @see com.nokia.sdt.emf.component.ComponentPackage#getMapElementFromTypeType_TypeId()
       
    41 	 * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
       
    42 	 *        extendedMetaData="kind='attribute' name='typeId'"
       
    43 	 * @generated
       
    44 	 */
       
    45 	String getTypeId();
       
    46 
       
    47 	/**
       
    48 	 * Sets the value of the '{@link com.nokia.sdt.emf.component.MapElementFromTypeType#getTypeId <em>Type Id</em>}' attribute.
       
    49 	 * <!-- begin-user-doc -->
       
    50 	 * <!-- end-user-doc -->
       
    51 	 * @param value the new value of the '<em>Type Id</em>' attribute.
       
    52 	 * @see #getTypeId()
       
    53 	 * @generated
       
    54 	 */
       
    55 	void setTypeId(String value);
       
    56 
       
    57 } // MapElementFromTypeType