blob: 9d15d042d1940201e5a80697044a71324fbbee28 [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;
import org.eclipse.emf.common.util.EList;
import org.eclipse.osbp.dsl.semantic.entity.LEntity;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Datamart Entity</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getEntityRef <em>Entity Ref</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getNavigations <em>Navigations</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getAttributes <em>Attributes</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getConditions <em>Conditions</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getOrdering <em>Ordering</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#isSuppressAttributes <em>Suppress Attributes</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getFillerMinCountRows <em>Filler Min Count Rows</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getFillerMaxCountRows <em>Filler Max Count Rows</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#isTracking <em>Tracking</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity()
* @model
* @generated
*/
public interface DatamartEntity extends DatamartSource {
/**
* Returns the value of the '<em><b>Entity Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Entity 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>Entity Ref</em>' reference.
* @see #setEntityRef(LEntity)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_EntityRef()
* @model
* @generated
*/
LEntity getEntityRef();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getEntityRef <em>Entity Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Entity Ref</em>' reference.
* @see #getEntityRef()
* @generated
*/
void setEntityRef(LEntity value);
/**
* Returns the value of the '<em><b>Navigations</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.datamartdsl.DatamartNavigation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Navigations</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Navigations</em>' containment reference list.
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_Navigations()
* @model containment="true"
* @generated
*/
EList<DatamartNavigation> getNavigations();
/**
* Returns the value of the '<em><b>Attributes</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Attributes</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Attributes</em>' containment reference list.
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_Attributes()
* @model containment="true"
* @generated
*/
EList<DatamartAttribute> getAttributes();
/**
* Returns the value of the '<em><b>Conditions</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.datamartdsl.DatamartCondition}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Conditions</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Conditions</em>' containment reference list.
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_Conditions()
* @model containment="true"
* @generated
*/
EList<DatamartCondition> getConditions();
/**
* Returns the value of the '<em><b>Ordering</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.datamartdsl.DatamartOrder}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ordering</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ordering</em>' containment reference list.
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_Ordering()
* @model containment="true"
* @generated
*/
EList<DatamartOrder> getOrdering();
/**
* Returns the value of the '<em><b>Suppress Attributes</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Suppress Attributes</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Suppress Attributes</em>' attribute.
* @see #setSuppressAttributes(boolean)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_SuppressAttributes()
* @model unique="false"
* @generated
*/
boolean isSuppressAttributes();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#isSuppressAttributes <em>Suppress Attributes</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Suppress Attributes</em>' attribute.
* @see #isSuppressAttributes()
* @generated
*/
void setSuppressAttributes(boolean value);
/**
* Returns the value of the '<em><b>Filler Min Count Rows</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Filler Min Count 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>Filler Min Count Rows</em>' attribute.
* @see #setFillerMinCountRows(int)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_FillerMinCountRows()
* @model unique="false"
* @generated
*/
int getFillerMinCountRows();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getFillerMinCountRows <em>Filler Min Count Rows</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Filler Min Count Rows</em>' attribute.
* @see #getFillerMinCountRows()
* @generated
*/
void setFillerMinCountRows(int value);
/**
* Returns the value of the '<em><b>Filler Max Count Rows</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Filler Max Count 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>Filler Max Count Rows</em>' attribute.
* @see #setFillerMaxCountRows(int)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_FillerMaxCountRows()
* @model unique="false"
* @generated
*/
int getFillerMaxCountRows();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#getFillerMaxCountRows <em>Filler Max Count Rows</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Filler Max Count Rows</em>' attribute.
* @see #getFillerMaxCountRows()
* @generated
*/
void setFillerMaxCountRows(int value);
/**
* Returns the value of the '<em><b>Tracking</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tracking</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Tracking</em>' attribute.
* @see #setTracking(boolean)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartEntity_Tracking()
* @model unique="false"
* @generated
*/
boolean isTracking();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartEntity#isTracking <em>Tracking</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Tracking</em>' attribute.
* @see #isTracking()
* @generated
*/
void setTracking(boolean value);
} // DatamartEntity