sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.util/src/com/nokia/carbide/cpp/internal/pi/util/config/gen/PIConfig/PIConfigFactory.java
changeset 2 b9ab3b238396
child 12 ae255c9aa552
equal deleted inserted replaced
1:1050670c6980 2:b9ab3b238396
       
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of the License "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description: 
       
    15  *
       
    16  */
       
    17 
       
    18 package com.nokia.carbide.cpp.internal.pi.util.config.gen.PIConfig;
       
    19 
       
    20 import org.eclipse.emf.ecore.EFactory;
       
    21 
       
    22 /**
       
    23  * <!-- begin-user-doc -->
       
    24  * The <b>Factory</b> for the model.
       
    25  * It provides a create method for each non-abstract class of the model.
       
    26  * <!-- end-user-doc -->
       
    27  * @see com.nokia.carbide.cpp.pi.util.config.gen.PIConfig.PIConfigPackage
       
    28  * @generated
       
    29  */
       
    30 public interface PIConfigFactory extends EFactory {
       
    31 	/**
       
    32 	 * The singleton instance of the factory.
       
    33 	 * <!-- begin-user-doc -->
       
    34 	 * <!-- end-user-doc -->
       
    35 	 * @generated
       
    36 	 */
       
    37 	PIConfigFactory eINSTANCE = com.nokia.carbide.cpp.internal.pi.util.config.gen.PIConfig.impl.PIConfigFactoryImpl.init();
       
    38 
       
    39 	/**
       
    40 	 * Returns a new object of class '<em>Button Event Profile List Type</em>'.
       
    41 	 * <!-- begin-user-doc -->
       
    42 	 * <!-- end-user-doc -->
       
    43 	 * @return a new object of class '<em>Button Event Profile List Type</em>'.
       
    44 	 * @generated
       
    45 	 */
       
    46 	ButtonEventProfileListType createButtonEventProfileListType();
       
    47 
       
    48 	/**
       
    49 	 * Returns a new object of class '<em>Button Event Profile Type</em>'.
       
    50 	 * <!-- begin-user-doc -->
       
    51 	 * <!-- end-user-doc -->
       
    52 	 * @return a new object of class '<em>Button Event Profile Type</em>'.
       
    53 	 * @generated
       
    54 	 */
       
    55 	ButtonEventProfileType createButtonEventProfileType();
       
    56 
       
    57 	/**
       
    58 	 * Returns a new object of class '<em>Document Root</em>'.
       
    59 	 * <!-- begin-user-doc -->
       
    60 	 * <!-- end-user-doc -->
       
    61 	 * @return a new object of class '<em>Document Root</em>'.
       
    62 	 * @generated
       
    63 	 */
       
    64 	DocumentRoot createDocumentRoot();
       
    65 
       
    66 	/**
       
    67 	 * Returns a new object of class '<em>Mapping Type</em>'.
       
    68 	 * <!-- begin-user-doc -->
       
    69 	 * <!-- end-user-doc -->
       
    70 	 * @return a new object of class '<em>Mapping Type</em>'.
       
    71 	 * @generated
       
    72 	 */
       
    73 	MappingType createMappingType();
       
    74 
       
    75 	/**
       
    76 	 * Returns the package supported by this factory.
       
    77 	 * <!-- begin-user-doc -->
       
    78 	 * <!-- end-user-doc -->
       
    79 	 * @return the package supported by this factory.
       
    80 	 * @generated
       
    81 	 */
       
    82 	PIConfigPackage getPIConfigPackage();
       
    83 
       
    84 } //PIConfigFactory