uidesigner/com.nokia.sdt.emf.dm/src/com/nokia/sdt/emf/dm/ISourceGenMappingState.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.dm;
       
     8 
       
     9 
       
    10 import org.eclipse.emf.ecore.EObject;
       
    11 
       
    12 /**
       
    13  * <!-- begin-user-doc -->
       
    14  * A representation of the model object '<em><b>ISource Gen Mapping State</b></em>'.
       
    15  * <!-- end-user-doc -->
       
    16  *
       
    17  * <p>
       
    18  * The following features are supported:
       
    19  * <ul>
       
    20  *   <li>{@link com.nokia.sdt.emf.dm.ISourceGenMappingState#getResourceMappings <em>Resource Mappings</em>}</li>
       
    21  *   <li>{@link com.nokia.sdt.emf.dm.ISourceGenMappingState#getEnumMappings <em>Enum Mappings</em>}</li>
       
    22  *   <li>{@link com.nokia.sdt.emf.dm.ISourceGenMappingState#getArrayMappings <em>Array Mappings</em>}</li>
       
    23  * </ul>
       
    24  * </p>
       
    25  *
       
    26  * @see com.nokia.sdt.emf.dm.DmPackage#getISourceGenMappingState()
       
    27  * @model
       
    28  * @generated
       
    29  */
       
    30 public interface ISourceGenMappingState extends EObject {
       
    31 	/**
       
    32 	 * Returns the value of the '<em><b>Resource Mappings</b></em>' containment reference.
       
    33 	 * <!-- begin-user-doc -->
       
    34 	 * <p>
       
    35 	 * If the meaning of the '<em>Resource Mappings</em>' containment reference isn't clear,
       
    36 	 * there really should be more of a description here...
       
    37 	 * </p>
       
    38 	 * <!-- end-user-doc -->
       
    39 	 * @return the value of the '<em>Resource Mappings</em>' containment reference.
       
    40 	 * @see #setResourceMappings(IResourceMappings)
       
    41 	 * @see com.nokia.sdt.emf.dm.DmPackage#getISourceGenMappingState_ResourceMappings()
       
    42 	 * @model containment="true"
       
    43 	 * @generated
       
    44 	 */
       
    45 	IResourceMappings getResourceMappings();
       
    46 
       
    47 	/**
       
    48 	 * Sets the value of the '{@link com.nokia.sdt.emf.dm.ISourceGenMappingState#getResourceMappings <em>Resource Mappings</em>}' containment reference.
       
    49 	 * <!-- begin-user-doc -->
       
    50 	 * <!-- end-user-doc -->
       
    51 	 * @param value the new value of the '<em>Resource Mappings</em>' containment reference.
       
    52 	 * @see #getResourceMappings()
       
    53 	 * @generated
       
    54 	 */
       
    55 	void setResourceMappings(IResourceMappings value);
       
    56 
       
    57 	/**
       
    58 	 * Returns the value of the '<em><b>Enum Mappings</b></em>' containment reference.
       
    59 	 * <!-- begin-user-doc -->
       
    60 	 * <p>
       
    61 	 * If the meaning of the '<em>Enum Mappings</em>' reference isn't clear,
       
    62 	 * there really should be more of a description here...
       
    63 	 * </p>
       
    64 	 * <!-- end-user-doc -->
       
    65 	 * @return the value of the '<em>Enum Mappings</em>' containment reference.
       
    66 	 * @see #setEnumMappings(IEnumMappings)
       
    67 	 * @see com.nokia.sdt.emf.dm.DmPackage#getISourceGenMappingState_EnumMappings()
       
    68 	 * @model containment="true"
       
    69 	 * @generated
       
    70 	 */
       
    71 	IEnumMappings getEnumMappings();
       
    72 
       
    73 	/**
       
    74 	 * Sets the value of the '{@link com.nokia.sdt.emf.dm.ISourceGenMappingState#getEnumMappings <em>Enum Mappings</em>}' containment reference.
       
    75 	 * <!-- begin-user-doc -->
       
    76 	 * <!-- end-user-doc -->
       
    77 	 * @param value the new value of the '<em>Enum Mappings</em>' containment reference.
       
    78 	 * @see #getEnumMappings()
       
    79 	 * @generated
       
    80 	 */
       
    81 	void setEnumMappings(IEnumMappings value);
       
    82 
       
    83 	/**
       
    84 	 * Returns the value of the '<em><b>Array Mappings</b></em>' containment reference.
       
    85 	 * <!-- begin-user-doc -->
       
    86 	 * <p>
       
    87 	 * If the meaning of the '<em>Array Mappings</em>' containment reference isn't clear,
       
    88 	 * there really should be more of a description here...
       
    89 	 * </p>
       
    90 	 * <!-- end-user-doc -->
       
    91 	 * @return the value of the '<em>Array Mappings</em>' containment reference.
       
    92 	 * @see #setArrayMappings(IArrayMappings)
       
    93 	 * @see com.nokia.sdt.emf.dm.DmPackage#getISourceGenMappingState_ArrayMappings()
       
    94 	 * @model containment="true"
       
    95 	 * @generated
       
    96 	 */
       
    97 	IArrayMappings getArrayMappings();
       
    98 
       
    99 	/**
       
   100 	 * Sets the value of the '{@link com.nokia.sdt.emf.dm.ISourceGenMappingState#getArrayMappings <em>Array Mappings</em>}' containment reference.
       
   101 	 * <!-- begin-user-doc -->
       
   102 	 * <!-- end-user-doc -->
       
   103 	 * @param value the new value of the '<em>Array Mappings</em>' containment reference.
       
   104 	 * @see #getArrayMappings()
       
   105 	 * @generated
       
   106 	 */
       
   107 	void setArrayMappings(IArrayMappings value);
       
   108 
       
   109 } // ISourceGenMappingState