uidesigner/com.nokia.sdt.component.symbian/src/com/nokia/sdt/emf/component/MapResourceElementType.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 Resource Element 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.MapResourceElementType#getInstanceIdentifyingMember <em>Instance Identifying Member</em>}</li>
       
    19  * </ul>
       
    20  * </p>
       
    21  *
       
    22  * @see com.nokia.sdt.emf.component.ComponentPackage#getMapResourceElementType()
       
    23  * @model extendedMetaData="name='mapResourceElement_._type' kind='elementOnly'"
       
    24  * @generated
       
    25  */
       
    26 public interface MapResourceElementType extends MappingResourceType{
       
    27 	/**
       
    28 	 * Returns the value of the '<em><b>Instance Identifying Member</b></em>' attribute.
       
    29 	 * <!-- begin-user-doc -->
       
    30 	 * <p>
       
    31 	 * If the meaning of the '<em>Instance Identifying Member</em>' attribute isn't clear,
       
    32 	 * there really should be more of a description here...
       
    33 	 * </p>
       
    34 	 * <!-- end-user-doc -->
       
    35 	 * <!-- begin-model-doc -->
       
    36 	 * 
       
    37 	 * 					This attribute provides a means to distinguish resource
       
    38 	 * 					elements that come from different instances.  
       
    39 	 * 					
       
    40 	 * 					It tells which resource member to use as a key, so that the 
       
    41 	 * 					array mapper can match up elements to instances when importing,
       
    42 	 * 					to allow unknown items to be inserted (or for known items to 
       
    43 	 * 					be reordered, ideally).
       
    44 	 * 					
       
    45 	 * 					If not set, the array is assumed to contain entries whose
       
    46 	 * 					positions uniquely identify them (as is the case with
       
    47 	 * 					arrays of integers, references, etc.).
       
    48 	 * 						
       
    49 	 * <!-- end-model-doc -->
       
    50 	 * @return the value of the '<em>Instance Identifying Member</em>' attribute.
       
    51 	 * @see #setInstanceIdentifyingMember(String)
       
    52 	 * @see com.nokia.sdt.emf.component.ComponentPackage#getMapResourceElementType_InstanceIdentifyingMember()
       
    53 	 * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
       
    54 	 *        extendedMetaData="kind='attribute' name='instanceIdentifyingMember'"
       
    55 	 * @generated
       
    56 	 */
       
    57 	String getInstanceIdentifyingMember();
       
    58 
       
    59 	/**
       
    60 	 * Sets the value of the '{@link com.nokia.sdt.emf.component.MapResourceElementType#getInstanceIdentifyingMember <em>Instance Identifying Member</em>}' attribute.
       
    61 	 * <!-- begin-user-doc -->
       
    62 	 * <!-- end-user-doc -->
       
    63 	 * @param value the new value of the '<em>Instance Identifying Member</em>' attribute.
       
    64 	 * @see #getInstanceIdentifyingMember()
       
    65 	 * @generated
       
    66 	 */
       
    67 	void setInstanceIdentifyingMember(String value);
       
    68 
       
    69 } // MapResourceElementType