blob: 20131d3f38af1b9d550dbf82ff1cab304639f081 [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>With Header Footer</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.WithHeaderFooter#isDetailheader <em>Detailheader</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.WithHeaderFooter#getHeaderstyle <em>Headerstyle</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.WithHeaderFooter#isDetailfooter <em>Detailfooter</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.WithHeaderFooter#getFooterstyle <em>Footerstyle</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getWithHeaderFooter()
* @model
* @generated
*/
public interface WithHeaderFooter extends ReportLazyResolver {
/**
* Returns the value of the '<em><b>Detailheader</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Detailheader</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Detailheader</em>' attribute.
* @see #setDetailheader(boolean)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getWithHeaderFooter_Detailheader()
* @model unique="false"
* @generated
*/
boolean isDetailheader();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.WithHeaderFooter#isDetailheader <em>Detailheader</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Detailheader</em>' attribute.
* @see #isDetailheader()
* @generated
*/
void setDetailheader(boolean value);
/**
* Returns the value of the '<em><b>Headerstyle</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Headerstyle</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Headerstyle</em>' reference.
* @see #setHeaderstyle(Style)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getWithHeaderFooter_Headerstyle()
* @model
* @generated
*/
Style getHeaderstyle();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.WithHeaderFooter#getHeaderstyle <em>Headerstyle</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Headerstyle</em>' reference.
* @see #getHeaderstyle()
* @generated
*/
void setHeaderstyle(Style value);
/**
* Returns the value of the '<em><b>Detailfooter</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Detailfooter</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Detailfooter</em>' attribute.
* @see #setDetailfooter(boolean)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getWithHeaderFooter_Detailfooter()
* @model unique="false"
* @generated
*/
boolean isDetailfooter();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.WithHeaderFooter#isDetailfooter <em>Detailfooter</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Detailfooter</em>' attribute.
* @see #isDetailfooter()
* @generated
*/
void setDetailfooter(boolean value);
/**
* Returns the value of the '<em><b>Footerstyle</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Footerstyle</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Footerstyle</em>' reference.
* @see #setFooterstyle(Style)
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getWithHeaderFooter_Footerstyle()
* @model
* @generated
*/
Style getFooterstyle();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.reportdsl.WithHeaderFooter#getFooterstyle <em>Footerstyle</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Footerstyle</em>' reference.
* @see #getFooterstyle()
* @generated
*/
void setFooterstyle(Style value);
} // WithHeaderFooter