blob: 0ee4a91a54ab067505d9ce975983197e70c0d7ce [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.reportdsl;
import org.eclipse.osbp.xtext.action.ActionToolbar;
import org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Report</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#isDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getDescriptionValue <em>Description Value</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getDatamartRef <em>Datamart Ref</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getRendering <em>Rendering</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getExternalCssURI <em>External Css URI</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getExternalCssURIBundle <em>External Css URI Bundle</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getPageTemplate <em>Page Template</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getMedia <em>Media</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getToolbar <em>Toolbar</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Report#getDesign <em>Design</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport()
* @model
* @generated
*/
public interface Report extends ReportBase {
/**
* 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.reportdsl.ReportDSLPackage#getReport_Description()
* @model unique="false"
* @generated
*/
boolean isDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#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.reportdsl.ReportDSLPackage#getReport_DescriptionValue()
* @model unique="false"
* @generated
*/
String getDescriptionValue();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#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>Datamart Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Datamart Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Datamart Ref</em>' reference.
* @see #setDatamartRef(DatamartDefinition)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport_DatamartRef()
* @model
* @generated
*/
DatamartDefinition getDatamartRef();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#getDatamartRef <em>Datamart Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Datamart Ref</em>' reference.
* @see #getDatamartRef()
* @generated
*/
void setDatamartRef(DatamartDefinition value);
/**
* Returns the value of the '<em><b>Rendering</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.reportdsl.RenderingEnum}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rendering</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Rendering</em>' attribute.
* @see org.eclipse.osbp.xtext.reportdsl.RenderingEnum
* @see #setRendering(RenderingEnum)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport_Rendering()
* @model unique="false"
* @generated
*/
RenderingEnum getRendering();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#getRendering <em>Rendering</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Rendering</em>' attribute.
* @see org.eclipse.osbp.xtext.reportdsl.RenderingEnum
* @see #getRendering()
* @generated
*/
void setRendering(RenderingEnum value);
/**
* Returns the value of the '<em><b>External Css URI</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>External Css URI</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>External Css URI</em>' attribute.
* @see #setExternalCssURI(String)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport_ExternalCssURI()
* @model unique="false"
* @generated
*/
String getExternalCssURI();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#getExternalCssURI <em>External Css URI</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>External Css URI</em>' attribute.
* @see #getExternalCssURI()
* @generated
*/
void setExternalCssURI(String value);
/**
* Returns the value of the '<em><b>External Css URI Bundle</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>External Css URI Bundle</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>External Css URI Bundle</em>' attribute.
* @see #setExternalCssURIBundle(String)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport_ExternalCssURIBundle()
* @model unique="false"
* @generated
*/
String getExternalCssURIBundle();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#getExternalCssURIBundle <em>External Css URI Bundle</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>External Css URI Bundle</em>' attribute.
* @see #getExternalCssURIBundle()
* @generated
*/
void setExternalCssURIBundle(String value);
/**
* Returns the value of the '<em><b>Page Template</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Page Template</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Page Template</em>' reference.
* @see #setPageTemplate(PageTemplate)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport_PageTemplate()
* @model
* @generated
*/
PageTemplate getPageTemplate();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#getPageTemplate <em>Page Template</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Page Template</em>' reference.
* @see #getPageTemplate()
* @generated
*/
void setPageTemplate(PageTemplate value);
/**
* Returns the value of the '<em><b>Media</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Media</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Media</em>' reference.
* @see #setMedia(Media)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport_Media()
* @model
* @generated
*/
Media getMedia();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#getMedia <em>Media</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Media</em>' reference.
* @see #getMedia()
* @generated
*/
void setMedia(Media value);
/**
* Returns the value of the '<em><b>Toolbar</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Toolbar</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Toolbar</em>' reference.
* @see #setToolbar(ActionToolbar)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport_Toolbar()
* @model
* @generated
*/
ActionToolbar getToolbar();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#getToolbar <em>Toolbar</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Toolbar</em>' reference.
* @see #getToolbar()
* @generated
*/
void setToolbar(ActionToolbar value);
/**
* Returns the value of the '<em><b>Design</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Design</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>Design</em>' containment reference.
* @see #setDesign(ReportDesign)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getReport_Design()
* @model containment="true"
* @generated
*/
ReportDesign getDesign();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.Report#getDesign <em>Design</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Design</em>' containment reference.
* @see #getDesign()
* @generated
*/
void setDesign(ReportDesign value);
} // Report