core/com.nokia.carbide.cpp.api.test.support/src/com/nokia/carbide/cpp/api/test/support/gen/InfImportTestData/InfImportTestDataFactory.java
author timkelly
Thu, 10 Dec 2009 13:45:47 -0600
branchRCL_2_4
changeset 671 80524b72f957
parent 0 fb279309251b
permissions -rw-r--r--
Add S60 5.2 support.

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/
package com.nokia.carbide.cpp.api.test.support.gen.InfImportTestData;

import org.eclipse.emf.ecore.EFactory;

/**
 * <!-- begin-user-doc -->
 * The <b>Factory</b> for the model.
 * It provides a create method for each non-abstract class of the model.
 * <!-- end-user-doc -->
 * @see com.nokia.carbide.cpp.api.test.support.gen.InfImportTestData.InfImportTestDataPackage
 * @generated
 */
public interface InfImportTestDataFactory extends EFactory {
	/**
	 * The singleton instance of the factory.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	InfImportTestDataFactory eINSTANCE = com.nokia.carbide.cpp.api.test.support.gen.InfImportTestData.impl.InfImportTestDataFactoryImpl.init();

	/**
	 * Returns a new object of class '<em>Bld Inf Files Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Bld Inf Files Type</em>'.
	 * @generated
	 */
	BldInfFilesType createBldInfFilesType();

	/**
	 * Returns a new object of class '<em>Bld Inf File Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Bld Inf File Type</em>'.
	 * @generated
	 */
	BldInfFileType createBldInfFileType();

	/**
	 * Returns a new object of class '<em>Bld Inf Import Data Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Bld Inf Import Data Type</em>'.
	 * @generated
	 */
	BldInfImportDataType createBldInfImportDataType();

	/**
	 * Returns a new object of class '<em>Build Config Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Build Config Type</em>'.
	 * @generated
	 */
	BuildConfigType createBuildConfigType();

	/**
	 * Returns a new object of class '<em>Build Configurations Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Build Configurations Type</em>'.
	 * @generated
	 */
	BuildConfigurationsType createBuildConfigurationsType();

	/**
	 * Returns a new object of class '<em>Document Root</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Document Root</em>'.
	 * @generated
	 */
	DocumentRoot createDocumentRoot();

	/**
	 * Returns a new object of class '<em>Inf Components Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Inf Components Type</em>'.
	 * @generated
	 */
	InfComponentsType createInfComponentsType();

	/**
	 * Returns a new object of class '<em>Inf Component Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Inf Component Type</em>'.
	 * @generated
	 */
	InfComponentType createInfComponentType();

	/**
	 * Returns a new object of class '<em>Mak Make Refs Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Mak Make Refs Type</em>'.
	 * @generated
	 */
	MakMakeRefsType createMakMakeRefsType();

	/**
	 * Returns a new object of class '<em>Mak Make Ref Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Mak Make Ref Type</em>'.
	 * @generated
	 */
	MakMakeRefType createMakMakeRefType();

	/**
	 * Returns a new object of class '<em>Root Directory Type</em>'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return a new object of class '<em>Root Directory Type</em>'.
	 * @generated
	 */
	RootDirectoryType createRootDirectoryType();

	/**
	 * Returns the package supported by this factory.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the package supported by this factory.
	 * @generated
	 */
	InfImportTestDataPackage getInfImportTestDataPackage();

} //InfImportTestDataFactory