uidesigner/com.nokia.sdt.component.symbian/src/com/nokia/sdt/emf/component/InterfaceType.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 import org.eclipse.emf.ecore.EObject;
       
    10 
       
    11 /**
       
    12  * <!-- begin-user-doc -->
       
    13  * A representation of the model object '<em><b>Interface Type</b></em>'.
       
    14  * <!-- end-user-doc -->
       
    15  *
       
    16  * <p>
       
    17  * The following features are supported:
       
    18  * <ul>
       
    19  *   <li>{@link com.nokia.sdt.emf.component.InterfaceType#getId <em>Id</em>}</li>
       
    20  * </ul>
       
    21  * </p>
       
    22  *
       
    23  * @see com.nokia.sdt.emf.component.ComponentPackage#getInterfaceType()
       
    24  * @model extendedMetaData="name='interface_._type' kind='empty'"
       
    25  * @generated
       
    26  */
       
    27 public interface InterfaceType extends EObject{
       
    28 	/**
       
    29 	 * Returns the value of the '<em><b>Id</b></em>' attribute.
       
    30 	 * <!-- begin-user-doc -->
       
    31 	 * <p>
       
    32 	 * If the meaning of the '<em>Id</em>' attribute isn't clear,
       
    33 	 * there really should be more of a description here...
       
    34 	 * </p>
       
    35 	 * <!-- end-user-doc -->
       
    36 	 * @return the value of the '<em>Id</em>' attribute.
       
    37 	 * @see #setId(String)
       
    38 	 * @see com.nokia.sdt.emf.component.ComponentPackage#getInterfaceType_Id()
       
    39 	 * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
       
    40 	 *        extendedMetaData="kind='attribute' name='id'"
       
    41 	 * @generated
       
    42 	 */
       
    43 	String getId();
       
    44 
       
    45 	/**
       
    46 	 * Sets the value of the '{@link com.nokia.sdt.emf.component.InterfaceType#getId <em>Id</em>}' attribute.
       
    47 	 * <!-- begin-user-doc -->
       
    48 	 * <!-- end-user-doc -->
       
    49 	 * @param value the new value of the '<em>Id</em>' attribute.
       
    50 	 * @see #getId()
       
    51 	 * @generated
       
    52 	 */
       
    53 	void setId(String value);
       
    54 
       
    55 } // InterfaceType