blob: 4d5ec823e756317341d9b22d65c9fe62d5e1e7e4 [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 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.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:
* </p>
* <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#getVectorName <em>Vector Name</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#isHasVectorName <em>Has Vector Name</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#getMode <em>Mode</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#isDeleteFileAfterImport <em>Delete File After Import</em>}</li>
* </ul>
*
* @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>Vector Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Vector 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>Vector Name</em>' attribute.
* @see #setVectorName(String)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_VectorName()
* @model unique="false"
* @generated
*/
String getVectorName();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getVectorName <em>Vector Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Vector Name</em>' attribute.
* @see #getVectorName()
* @generated
*/
void setVectorName(String value);
/**
* Returns the value of the '<em><b>Has Vector Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Has Vector 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>Has Vector Name</em>' attribute.
* @see #setHasVectorName(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_HasVectorName()
* @model unique="false"
* @generated
*/
boolean isHasVectorName();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#isHasVectorName <em>Has Vector Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Has Vector Name</em>' attribute.
* @see #isHasVectorName()
* @generated
*/
void setHasVectorName(boolean 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>Mode</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.datainterchange.EntityManagerMode}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mode</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Mode</em>' attribute.
* @see org.eclipse.osbp.xtext.datainterchange.EntityManagerMode
* @see #setMode(EntityManagerMode)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_Mode()
* @model unique="false"
* @generated
*/
EntityManagerMode getMode();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#getMode <em>Mode</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mode</em>' attribute.
* @see org.eclipse.osbp.xtext.datainterchange.EntityManagerMode
* @see #getMode()
* @generated
*/
void setMode(EntityManagerMode 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>Delete File After Import</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Delete File After Import</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Delete File After Import</em>' attribute.
* @see #setDeleteFileAfterImport(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchange_DeleteFileAfterImport()
* @model unique="false"
* @generated
*/
boolean isDeleteFileAfterImport();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchange#isDeleteFileAfterImport <em>Delete File After Import</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Delete File After Import</em>' attribute.
* @see #isDeleteFileAfterImport()
* @generated
*/
void setDeleteFileAfterImport(boolean value);
} // DataInterchange