uidesigner/com.nokia.sdt.component.symbian/src/com/nokia/sdt/emf/component/CodeType.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>Code 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.CodeType#getClass_ <em>Class</em>}</li>
       
    20  *   <li>{@link com.nokia.sdt.emf.component.CodeType#getPlugin <em>Plugin</em>}</li>
       
    21  * </ul>
       
    22  * </p>
       
    23  *
       
    24  * @see com.nokia.sdt.emf.component.ComponentPackage#getCodeType()
       
    25  * @model extendedMetaData="name='code_._type' kind='empty'"
       
    26  * @generated
       
    27  */
       
    28 public interface CodeType extends EObject{
       
    29 	/**
       
    30 	 * Returns the value of the '<em><b>Class</b></em>' attribute.
       
    31 	 * <!-- begin-user-doc -->
       
    32      * <p>
       
    33      * If the meaning of the '<em>Class</em>' attribute isn't clear,
       
    34      * there really should be more of a description here...
       
    35      * </p>
       
    36      * <!-- end-user-doc -->
       
    37 	 * <!-- begin-model-doc -->
       
    38 	 * 
       
    39 	 * 				Class in plugin.
       
    40 	 * 				
       
    41 	 * <!-- end-model-doc -->
       
    42 	 * @return the value of the '<em>Class</em>' attribute.
       
    43 	 * @see #setClass(String)
       
    44 	 * @see com.nokia.sdt.emf.component.ComponentPackage#getCodeType_Class()
       
    45 	 * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
       
    46 	 *        extendedMetaData="kind='attribute' name='class'"
       
    47 	 * @generated
       
    48 	 */
       
    49     String getClass_();
       
    50 
       
    51 	/**
       
    52 	 * Sets the value of the '{@link com.nokia.sdt.emf.component.CodeType#getClass_ <em>Class</em>}' attribute.
       
    53 	 * <!-- begin-user-doc -->
       
    54      * <!-- end-user-doc -->
       
    55 	 * @param value the new value of the '<em>Class</em>' attribute.
       
    56 	 * @see #getClass_()
       
    57 	 * @generated
       
    58 	 */
       
    59     void setClass(String value);
       
    60 
       
    61 	/**
       
    62 	 * Returns the value of the '<em><b>Plugin</b></em>' attribute.
       
    63 	 * <!-- begin-user-doc -->
       
    64      * <p>
       
    65      * If the meaning of the '<em>Plugin</em>' attribute isn't clear,
       
    66      * there really should be more of a description here...
       
    67      * </p>
       
    68      * <!-- end-user-doc -->
       
    69 	 * <!-- begin-model-doc -->
       
    70 	 * 
       
    71 	 * 				Plugin id
       
    72 	 * 				
       
    73 	 * <!-- end-model-doc -->
       
    74 	 * @return the value of the '<em>Plugin</em>' attribute.
       
    75 	 * @see #setPlugin(String)
       
    76 	 * @see com.nokia.sdt.emf.component.ComponentPackage#getCodeType_Plugin()
       
    77 	 * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
       
    78 	 *        extendedMetaData="kind='attribute' name='plugin'"
       
    79 	 * @generated
       
    80 	 */
       
    81     String getPlugin();
       
    82 
       
    83 	/**
       
    84 	 * Sets the value of the '{@link com.nokia.sdt.emf.component.CodeType#getPlugin <em>Plugin</em>}' attribute.
       
    85 	 * <!-- begin-user-doc -->
       
    86      * <!-- end-user-doc -->
       
    87 	 * @param value the new value of the '<em>Plugin</em>' attribute.
       
    88 	 * @see #getPlugin()
       
    89 	 * @generated
       
    90 	 */
       
    91     void setPlugin(String value);
       
    92 
       
    93 } // CodeType