blob: 504b5f69c1d87520df22cc2c679e4c18de28c9d4 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2017 Timing-Architects Embedded Systems GmbH 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
*
* Generated using Eclipse EMF
*
* *******************************************************************************
*/
package org.eclipse.app4mc.amalthea.generator.configuration;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>RTMGC</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.RTMGC#getGeneration <em>Generation</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRTMGC()
* @model
* @generated
*/
public interface RTMGC extends EObject {
/**
* Returns the value of the '<em><b>Generation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Generation</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Generation</em>' containment reference.
* @see #setGeneration(Generation)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getRTMGC_Generation()
* @model containment="true" required="true"
* @generated
*/
Generation getGeneration();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.RTMGC#getGeneration <em>Generation</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Generation</em>' containment reference.
* @see #getGeneration()
* @generated
*/
void setGeneration(Generation value);
} // RTMGC