blob: 7841a80722e2760e5db517fba2d2b103922bbd0b [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>Distribution</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.Distribution#getType <em>Type</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getDistribution()
* @model abstract="true"
* @generated
*/
public interface Distribution extends EObject {
/**
* Returns the value of the '<em><b>Type</b></em>' attribute.
* The default value is <code>"Constant Value"</code>.
* The literals are from the enumeration {@link org.eclipse.app4mc.amalthea.generator.configuration.DistributionType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' attribute.
* @see org.eclipse.app4mc.amalthea.generator.configuration.DistributionType
* @see #setType(DistributionType)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getDistribution_Type()
* @model default="Constant Value" unique="false"
* @generated
*/
DistributionType getType();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.Distribution#getType <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' attribute.
* @see org.eclipse.app4mc.amalthea.generator.configuration.DistributionType
* @see #getType()
* @generated
*/
void setType(DistributionType value);
} // Distribution