blob: af4b09963748872c6324af5c15bc6008c5e18a86 [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.osbp.dsl.semantic.entity.LEntity;
import org.eclipse.osbp.dsl.semantic.entity.LEntityAttribute;
import org.eclipse.osbp.dsl.semantic.entity.LEntityReference;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Interchange Lookup</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getEntity <em>Entity</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getTargetProperty <em>Target Property</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getQueryProperty <em>Query Property</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getElementMap <em>Element Map</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getDataMap <em>Data Map</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#isAllowNoResult <em>Allow No Result</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#isAllowNonuniqueResult <em>Allow Nonunique Result</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#isCached <em>Cached</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getCacheSize <em>Cache Size</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getMarkerPath <em>Marker Path</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup()
* @model
* @generated
*/
public interface DataInterchangeLookup extends DataInterchangeLazyResolver {
/**
* Returns the value of the '<em><b>Entity</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Entity</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</em>' reference.
* @see #setEntity(LEntity)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_Entity()
* @model
* @generated
*/
LEntity getEntity();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getEntity <em>Entity</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Entity</em>' reference.
* @see #getEntity()
* @generated
*/
void setEntity(LEntity value);
/**
* Returns the value of the '<em><b>Target Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Target Property</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Target Property</em>' reference.
* @see #setTargetProperty(LEntityReference)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_TargetProperty()
* @model
* @generated
*/
LEntityReference getTargetProperty();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getTargetProperty <em>Target Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Target Property</em>' reference.
* @see #getTargetProperty()
* @generated
*/
void setTargetProperty(LEntityReference value);
/**
* Returns the value of the '<em><b>Query Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Query Property</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Query Property</em>' reference.
* @see #setQueryProperty(LEntityAttribute)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_QueryProperty()
* @model
* @generated
*/
LEntityAttribute getQueryProperty();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getQueryProperty <em>Query Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Query Property</em>' reference.
* @see #getQueryProperty()
* @generated
*/
void setQueryProperty(LEntityAttribute value);
/**
* Returns the value of the '<em><b>Element Map</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Element Map</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 Map</em>' attribute.
* @see #setElementMap(String)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_ElementMap()
* @model unique="false"
* @generated
*/
String getElementMap();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getElementMap <em>Element Map</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Element Map</em>' attribute.
* @see #getElementMap()
* @generated
*/
void setElementMap(String value);
/**
* Returns the value of the '<em><b>Data Map</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Data Map</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Data Map</em>' attribute.
* @see #setDataMap(String)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_DataMap()
* @model unique="false"
* @generated
*/
String getDataMap();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getDataMap <em>Data Map</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Data Map</em>' attribute.
* @see #getDataMap()
* @generated
*/
void setDataMap(String value);
/**
* Returns the value of the '<em><b>Allow No Result</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Allow No Result</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Allow No Result</em>' attribute.
* @see #setAllowNoResult(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_AllowNoResult()
* @model unique="false"
* @generated
*/
boolean isAllowNoResult();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#isAllowNoResult <em>Allow No Result</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Allow No Result</em>' attribute.
* @see #isAllowNoResult()
* @generated
*/
void setAllowNoResult(boolean value);
/**
* Returns the value of the '<em><b>Allow Nonunique Result</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Allow Nonunique Result</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Allow Nonunique Result</em>' attribute.
* @see #setAllowNonuniqueResult(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_AllowNonuniqueResult()
* @model unique="false"
* @generated
*/
boolean isAllowNonuniqueResult();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#isAllowNonuniqueResult <em>Allow Nonunique Result</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Allow Nonunique Result</em>' attribute.
* @see #isAllowNonuniqueResult()
* @generated
*/
void setAllowNonuniqueResult(boolean value);
/**
* Returns the value of the '<em><b>Cached</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cached</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Cached</em>' attribute.
* @see #setCached(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_Cached()
* @model unique="false"
* @generated
*/
boolean isCached();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#isCached <em>Cached</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Cached</em>' attribute.
* @see #isCached()
* @generated
*/
void setCached(boolean value);
/**
* Returns the value of the '<em><b>Cache Size</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cache 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>Cache Size</em>' attribute.
* @see #setCacheSize(int)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_CacheSize()
* @model unique="false"
* @generated
*/
int getCacheSize();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getCacheSize <em>Cache Size</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Cache Size</em>' attribute.
* @see #getCacheSize()
* @generated
*/
void setCacheSize(int value);
/**
* Returns the value of the '<em><b>Marker Path</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Marker Path</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>Marker Path</em>' containment reference.
* @see #setMarkerPath(DataInterchangeMarkerPath)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookup_MarkerPath()
* @model containment="true"
* @generated
*/
DataInterchangeMarkerPath getMarkerPath();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookup#getMarkerPath <em>Marker Path</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Marker Path</em>' containment reference.
* @see #getMarkerPath()
* @generated
*/
void setMarkerPath(DataInterchangeMarkerPath value);
} // DataInterchangeLookup