blob: 826dd68ed1c2f277ae75f155ccb10b4d5c3dc009 [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Joerg Riegel - Initial implementation
*
*/
package org.eclipse.osbp.xtext.datamartdsl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Datamart Definition</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#isDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#getDescriptionValue <em>Description Value</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#isShowCaption <em>Show Caption</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#getNumMultiRows <em>Num Multi Rows</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#getSource <em>Source</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartDefinition()
* @model
* @generated
*/
public interface DatamartDefinition extends DatamartBase {
/**
* 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.datamartdsl.DatamartDSLPackage#getDatamartDefinition_Description()
* @model unique="false"
* @generated
*/
boolean isDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#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.datamartdsl.DatamartDSLPackage#getDatamartDefinition_DescriptionValue()
* @model unique="false"
* @generated
*/
String getDescriptionValue();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#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>Show Caption</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Show Caption</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Show Caption</em>' attribute.
* @see #setShowCaption(boolean)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartDefinition_ShowCaption()
* @model unique="false"
* @generated
*/
boolean isShowCaption();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#isShowCaption <em>Show Caption</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Show Caption</em>' attribute.
* @see #isShowCaption()
* @generated
*/
void setShowCaption(boolean value);
/**
* Returns the value of the '<em><b>Num Multi Rows</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Num Multi Rows</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Num Multi Rows</em>' attribute.
* @see #setNumMultiRows(int)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartDefinition_NumMultiRows()
* @model unique="false"
* @generated
*/
int getNumMultiRows();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#getNumMultiRows <em>Num Multi Rows</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Num Multi Rows</em>' attribute.
* @see #getNumMultiRows()
* @generated
*/
void setNumMultiRows(int 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(DatamartSource)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartDefinition_Source()
* @model containment="true"
* @generated
*/
DatamartSource getSource();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartDefinition#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(DatamartSource value);
} // DatamartDefinition