blob: 7ef4d564f29fe763729a542a0754c6cadfc1c8b2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 SAP AG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* SAP AG - initial API and implementation
******************************************************************************
* $Id: NativeImpl.java,v 1.2 2011/03/05 21:37:37 auhl Exp $
*/
package data.classes;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Native Impl</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link data.classes.NativeImpl#getPlatformSpecificImplementaiton <em>Platform Specific Implementaiton</em>}</li>
* </ul>
* </p>
*
* @see data.classes.ClassesPackage#getNativeImpl()
* @model
* @generated
*/
public interface NativeImpl extends SignatureImplementation {
/**
* Returns the value of the '<em><b>Platform Specific Implementaiton</b></em>' containment reference list.
* The list contents are of type {@link data.classes.PlatformSpecificImplementation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Platform Specific Implementaiton</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>Platform Specific Implementaiton</em>' containment reference list.
* @see data.classes.ClassesPackage#getNativeImpl_PlatformSpecificImplementaiton()
* @model containment="true" resolveProxies="true"
* @generated
*/
EList<PlatformSpecificImplementation> getPlatformSpecificImplementaiton();
} // NativeImpl