blob: 2c9334551b4bbb21ab4cc9aa9c6494968a561efa [file] [log] [blame]
/**
* Copyright (c) 2014, Loetz GmbH&Co.KG (Heidelberg)
* 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.datainterchange;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Interchange</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#isDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getDescriptionValue <em>Description Value</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#isCreateReport <em>Create Report</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getElementSize <em>Element Size</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getProgressBarStyle <em>Progress Bar Style</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getFileEndpoint <em>File Endpoint</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getPath <em>Path</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#isRefreshEnabled <em>Refresh Enabled</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getRefresh <em>Refresh</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange()
* @model
* @generated
*/
public interface DataInterchange extends DataInterchangeBase {
/**
* 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.datainterchange.DataDSLPackage#getDataInterchange_Description()
* @model unique="false"
* @generated
*/
boolean isDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#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.datainterchange.DataDSLPackage#getDataInterchange_DescriptionValue()
* @model unique="false"
* @generated
*/
String getDescriptionValue();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#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>Create Report</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Create Report</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Create Report</em>' attribute.
* @see #setCreateReport(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_CreateReport()
* @model unique="false"
* @generated
*/
boolean isCreateReport();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#isCreateReport <em>Create Report</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Create Report</em>' attribute.
* @see #isCreateReport()
* @generated
*/
void setCreateReport(boolean value);
/**
* Returns the value of the '<em><b>Element Size</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Element Size</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Element Size</em>' attribute.
* @see #setElementSize(int)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_ElementSize()
* @model unique="false"
* @generated
*/
int getElementSize();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getElementSize <em>Element Size</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Element Size</em>' attribute.
* @see #getElementSize()
* @generated
*/
void setElementSize(int value);
/**
* Returns the value of the '<em><b>Progress Bar Style</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.datainterchange.ProgressBarStylesEnum}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Progress Bar Style</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Progress Bar Style</em>' attribute.
* @see org.eclipse.osbp.xtext.datainterchange.ProgressBarStylesEnum
* @see #setProgressBarStyle(ProgressBarStylesEnum)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_ProgressBarStyle()
* @model unique="false"
* @generated
*/
ProgressBarStylesEnum getProgressBarStyle();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getProgressBarStyle <em>Progress Bar Style</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Progress Bar Style</em>' attribute.
* @see org.eclipse.osbp.xtext.datainterchange.ProgressBarStylesEnum
* @see #getProgressBarStyle()
* @generated
*/
void setProgressBarStyle(ProgressBarStylesEnum value);
/**
* Returns the value of the '<em><b>File Endpoint</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File Endpoint</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>File Endpoint</em>' containment reference.
* @see #setFileEndpoint(DataInterchangeFile)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_FileEndpoint()
* @model containment="true"
* @generated
*/
DataInterchangeFile getFileEndpoint();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getFileEndpoint <em>File Endpoint</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>File Endpoint</em>' containment reference.
* @see #getFileEndpoint()
* @generated
*/
void setFileEndpoint(DataInterchangeFile value);
/**
* Returns the value of the '<em><b>Path</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeBean}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Path</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>Path</em>' containment reference list.
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_Path()
* @model containment="true"
* @generated
*/
EList<DataInterchangeBean> getPath();
/**
* Returns the value of the '<em><b>Refresh Enabled</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Refresh Enabled</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Refresh Enabled</em>' attribute.
* @see #setRefreshEnabled(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_RefreshEnabled()
* @model unique="false"
* @generated
*/
boolean isRefreshEnabled();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#isRefreshEnabled <em>Refresh Enabled</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Refresh Enabled</em>' attribute.
* @see #isRefreshEnabled()
* @generated
*/
void setRefreshEnabled(boolean value);
/**
* Returns the value of the '<em><b>Refresh</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Refresh</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Refresh</em>' attribute.
* @see #setRefresh(String)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_Refresh()
* @model unique="false"
* @generated
*/
String getRefresh();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getRefresh <em>Refresh</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Refresh</em>' attribute.
* @see #getRefresh()
* @generated
*/
void setRefresh(String value);
} // DataInterchange