core/com.nokia.carbide.cpp.api.test.support/src/com/nokia/carbide/cpp/api/test/support/gen/InfImportTestData/BldInfFilesType.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.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Bld Inf Files Type</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link com.nokia.carbide.cpp.api.test.support.gen.InfImportTestData.BldInfFilesType#getBldInfFile <em>Bld Inf File</em>}</li>
 * </ul>
 * </p>
 *
 * @see com.nokia.carbide.cpp.api.test.support.gen.InfImportTestData.InfImportTestDataPackage#getBldInfFilesType()
 * @model extendedMetaData="name='bldInfFiles_._type' kind='elementOnly'"
 * @generated
 */
public interface BldInfFilesType extends EObject {
	/**
	 * Returns the value of the '<em><b>Bld Inf File</b></em>' containment reference list.
	 * The list contents are of type {@link com.nokia.carbide.cpp.api.test.support.gen.InfImportTestData.BldInfFileType}.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Bld Inf File</em>' containment reference list isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Bld Inf File</em>' containment reference list.
	 * @see com.nokia.carbide.cpp.api.test.support.gen.InfImportTestData.InfImportTestDataPackage#getBldInfFilesType_BldInfFile()
	 * @model containment="true" required="true"
	 *        extendedMetaData="kind='element' name='bldInfFile' namespace='##targetNamespace'"
	 * @generated
	 */
	EList<BldInfFileType> getBldInfFile();

} // BldInfFilesType