blob: 42c1db3da0eb71522f05eaf4323bb425dd9683f8 [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>Label Properties</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.LabelProperties#getCount <em>Count</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.LabelProperties#getBitSize <em>Bit Size</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.generator.configuration.LabelProperties#getPerSWC <em>Per SWC</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getLabelProperties()
* @model
* @generated
*/
public interface LabelProperties extends EObject {
/**
* Returns the value of the '<em><b>Count</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Count</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>Count</em>' containment reference.
* @see #setCount(IntegerDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getLabelProperties_Count()
* @model containment="true" required="true"
* @generated
*/
IntegerDistribution getCount();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.LabelProperties#getCount <em>Count</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Count</em>' containment reference.
* @see #getCount()
* @generated
*/
void setCount(IntegerDistribution value);
/**
* Returns the value of the '<em><b>Bit Size</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bit Size</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>Bit Size</em>' containment reference.
* @see #setBitSize(IntegerDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getLabelProperties_BitSize()
* @model containment="true" required="true"
* @generated
*/
IntegerDistribution getBitSize();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.LabelProperties#getBitSize <em>Bit Size</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bit Size</em>' containment reference.
* @see #getBitSize()
* @generated
*/
void setBitSize(IntegerDistribution value);
/**
* Returns the value of the '<em><b>Per SWC</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Per SWC</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>Per SWC</em>' containment reference.
* @see #setPerSWC(IntegerDistribution)
* @see org.eclipse.app4mc.amalthea.generator.configuration.RTMGCPackage#getLabelProperties_PerSWC()
* @model containment="true" required="true"
* @generated
*/
IntegerDistribution getPerSWC();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.generator.configuration.LabelProperties#getPerSWC <em>Per SWC</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Per SWC</em>' containment reference.
* @see #getPerSWC()
* @generated
*/
void setPerSWC(IntegerDistribution value);
} // LabelProperties