blob: 8db6a66b85c3f8e3fdd0b2a8d4592218cc7a1a4b [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - Initial implementation
*
*/
package org.eclipse.osbp.xtext.chart;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Chart</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.chart.Chart#isDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.chart.Chart#getDescriptionValue <em>Description Value</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.chart.Chart#isPolling <em>Polling</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.chart.Chart#getPollingTime <em>Polling Time</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.chart.Chart#getCharttype <em>Charttype</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.chart.Chart#getSource <em>Source</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.chart.ChartDSLPackage#getChart()
* @model
* @generated
*/
public interface Chart extends ChartBase {
/**
* Returns the value of the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(boolean)
* @see org.eclipse.osbp.xtext.chart.ChartDSLPackage#getChart_Description()
* @model unique="false"
* @generated
*/
boolean isDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.chart.Chart#isDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #isDescription()
* @generated
*/
void setDescription(boolean value);
/**
* Returns the value of the '<em><b>Description Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description Value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description Value</em>' attribute.
* @see #setDescriptionValue(String)
* @see org.eclipse.osbp.xtext.chart.ChartDSLPackage#getChart_DescriptionValue()
* @model unique="false"
* @generated
*/
String getDescriptionValue();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.chart.Chart#getDescriptionValue <em>Description Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description Value</em>' attribute.
* @see #getDescriptionValue()
* @generated
*/
void setDescriptionValue(String value);
/**
* Returns the value of the '<em><b>Polling</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Polling</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Polling</em>' attribute.
* @see #setPolling(boolean)
* @see org.eclipse.osbp.xtext.chart.ChartDSLPackage#getChart_Polling()
* @model unique="false"
* @generated
*/
boolean isPolling();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.chart.Chart#isPolling <em>Polling</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Polling</em>' attribute.
* @see #isPolling()
* @generated
*/
void setPolling(boolean value);
/**
* Returns the value of the '<em><b>Polling Time</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Polling Time</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Polling Time</em>' attribute.
* @see #setPollingTime(int)
* @see org.eclipse.osbp.xtext.chart.ChartDSLPackage#getChart_PollingTime()
* @model unique="false"
* @generated
*/
int getPollingTime();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.chart.Chart#getPollingTime <em>Polling Time</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Polling Time</em>' attribute.
* @see #getPollingTime()
* @generated
*/
void setPollingTime(int value);
/**
* Returns the value of the '<em><b>Charttype</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Charttype</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>Charttype</em>' containment reference.
* @see #setCharttype(ChartOption)
* @see org.eclipse.osbp.xtext.chart.ChartDSLPackage#getChart_Charttype()
* @model containment="true"
* @generated
*/
ChartOption getCharttype();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.chart.Chart#getCharttype <em>Charttype</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Charttype</em>' containment reference.
* @see #getCharttype()
* @generated
*/
void setCharttype(ChartOption value);
/**
* Returns the value of the '<em><b>Source</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Source</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>Source</em>' containment reference.
* @see #setSource(ChartDatamart)
* @see org.eclipse.osbp.xtext.chart.ChartDSLPackage#getChart_Source()
* @model containment="true"
* @generated
*/
ChartDatamart getSource();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.chart.Chart#getSource <em>Source</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Source</em>' containment reference.
* @see #getSource()
* @generated
*/
void setSource(ChartDatamart value);
} // Chart