blob: ddd4c58d0b4a14b4b0e4b3960e737d61aeda435b [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:
* Joerg Riegel - Initial implementation
*
*/
package org.eclipse.osbp.xtext.datamartdsl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Datamart Attribute</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#isAggregated <em>Aggregated</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#isScaled <em>Scaled</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getAggregate <em>Aggregate</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getScale <em>Scale</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getAxis <em>Axis</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#isHasColumnWeight <em>Has Column Weight</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getColumnWeight <em>Column Weight</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#isAliased <em>Aliased</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getAliasName <em>Alias Name</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute()
* @model
* @generated
*/
public interface DatamartAttribute extends DatamartAttributeBase {
/**
* Returns the value of the '<em><b>Aggregated</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Aggregated</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Aggregated</em>' attribute.
* @see #setAggregated(boolean)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_Aggregated()
* @model unique="false"
* @generated
*/
boolean isAggregated();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#isAggregated <em>Aggregated</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Aggregated</em>' attribute.
* @see #isAggregated()
* @generated
*/
void setAggregated(boolean value);
/**
* Returns the value of the '<em><b>Scaled</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Scaled</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Scaled</em>' attribute.
* @see #setScaled(boolean)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_Scaled()
* @model unique="false"
* @generated
*/
boolean isScaled();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#isScaled <em>Scaled</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Scaled</em>' attribute.
* @see #isScaled()
* @generated
*/
void setScaled(boolean value);
/**
* Returns the value of the '<em><b>Aggregate</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.datamartdsl.SqlAggregationEnum}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Aggregate</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Aggregate</em>' attribute.
* @see org.eclipse.osbp.xtext.datamartdsl.SqlAggregationEnum
* @see #setAggregate(SqlAggregationEnum)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_Aggregate()
* @model unique="false"
* @generated
*/
SqlAggregationEnum getAggregate();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getAggregate <em>Aggregate</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Aggregate</em>' attribute.
* @see org.eclipse.osbp.xtext.datamartdsl.SqlAggregationEnum
* @see #getAggregate()
* @generated
*/
void setAggregate(SqlAggregationEnum value);
/**
* Returns the value of the '<em><b>Scale</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.datamartdsl.ValueScaleEnum}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Scale</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Scale</em>' attribute.
* @see org.eclipse.osbp.xtext.datamartdsl.ValueScaleEnum
* @see #setScale(ValueScaleEnum)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_Scale()
* @model unique="false"
* @generated
*/
ValueScaleEnum getScale();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getScale <em>Scale</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Scale</em>' attribute.
* @see org.eclipse.osbp.xtext.datamartdsl.ValueScaleEnum
* @see #getScale()
* @generated
*/
void setScale(ValueScaleEnum value);
/**
* Returns the value of the '<em><b>Axis</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Axis</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>Axis</em>' containment reference.
* @see #setAxis(DatamartAxis)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_Axis()
* @model containment="true"
* @generated
*/
DatamartAxis getAxis();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getAxis <em>Axis</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Axis</em>' containment reference.
* @see #getAxis()
* @generated
*/
void setAxis(DatamartAxis value);
/**
* Returns the value of the '<em><b>Has Column Weight</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Has Column Weight</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Has Column Weight</em>' attribute.
* @see #setHasColumnWeight(boolean)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_HasColumnWeight()
* @model unique="false"
* @generated
*/
boolean isHasColumnWeight();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#isHasColumnWeight <em>Has Column Weight</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Has Column Weight</em>' attribute.
* @see #isHasColumnWeight()
* @generated
*/
void setHasColumnWeight(boolean value);
/**
* Returns the value of the '<em><b>Column Weight</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Column Weight</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Column Weight</em>' attribute.
* @see #setColumnWeight(int)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_ColumnWeight()
* @model unique="false"
* @generated
*/
int getColumnWeight();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getColumnWeight <em>Column Weight</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Column Weight</em>' attribute.
* @see #getColumnWeight()
* @generated
*/
void setColumnWeight(int value);
/**
* Returns the value of the '<em><b>Aliased</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Aliased</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Aliased</em>' attribute.
* @see #setAliased(boolean)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_Aliased()
* @model unique="false"
* @generated
*/
boolean isAliased();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#isAliased <em>Aliased</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Aliased</em>' attribute.
* @see #isAliased()
* @generated
*/
void setAliased(boolean value);
/**
* Returns the value of the '<em><b>Alias Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Alias Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Alias Name</em>' attribute.
* @see #setAliasName(String)
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getDatamartAttribute_AliasName()
* @model unique="false"
* @generated
*/
String getAliasName();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datamartdsl.DatamartAttribute#getAliasName <em>Alias Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Alias Name</em>' attribute.
* @see #getAliasName()
* @generated
*/
void setAliasName(String value);
} // DatamartAttribute