blob: 6ab8d1f8253838bfce1412d11b043ab1d15c4b9c [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.LEntityFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Interchange Lookup Filter Condition</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getRefProperty <em>Ref Property</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getOperator <em>Operator</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getOperand <em>Operand</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getOperator2 <em>Operator2</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getSubcondition <em>Subcondition</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookupFilterCondition()
* @model
* @generated
*/
public interface DataInterchangeLookupFilterCondition extends DataInterchangeLazyResolver {
/**
* Returns the value of the '<em><b>Ref Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ref 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>Ref Property</em>' reference.
* @see #setRefProperty(LEntityFeature)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookupFilterCondition_RefProperty()
* @model
* @generated
*/
LEntityFeature getRefProperty();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getRefProperty <em>Ref Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ref Property</em>' reference.
* @see #getRefProperty()
* @generated
*/
void setRefProperty(LEntityFeature value);
/**
* Returns the value of the '<em><b>Operator</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.datainterchange.Operator}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Operator</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Operator</em>' attribute.
* @see org.eclipse.osbp.xtext.datainterchange.Operator
* @see #setOperator(Operator)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookupFilterCondition_Operator()
* @model unique="false"
* @generated
*/
Operator getOperator();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getOperator <em>Operator</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Operator</em>' attribute.
* @see org.eclipse.osbp.xtext.datainterchange.Operator
* @see #getOperator()
* @generated
*/
void setOperator(Operator value);
/**
* Returns the value of the '<em><b>Operand</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Operand</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>Operand</em>' containment reference.
* @see #setOperand(DataInterchangeLookupFilterOperand)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookupFilterCondition_Operand()
* @model containment="true"
* @generated
*/
DataInterchangeLookupFilterOperand getOperand();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getOperand <em>Operand</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Operand</em>' containment reference.
* @see #getOperand()
* @generated
*/
void setOperand(DataInterchangeLookupFilterOperand value);
/**
* Returns the value of the '<em><b>Operator2</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.datainterchange.Junction}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Operator2</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Operator2</em>' attribute.
* @see org.eclipse.osbp.xtext.datainterchange.Junction
* @see #setOperator2(Junction)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookupFilterCondition_Operator2()
* @model unique="false"
* @generated
*/
Junction getOperator2();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getOperator2 <em>Operator2</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Operator2</em>' attribute.
* @see org.eclipse.osbp.xtext.datainterchange.Junction
* @see #getOperator2()
* @generated
*/
void setOperator2(Junction value);
/**
* Returns the value of the '<em><b>Subcondition</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Subcondition</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>Subcondition</em>' containment reference.
* @see #setSubcondition(DataInterchangeLookupFilterCondition)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeLookupFilterCondition_Subcondition()
* @model containment="true"
* @generated
*/
DataInterchangeLookupFilterCondition getSubcondition();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeLookupFilterCondition#getSubcondition <em>Subcondition</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Subcondition</em>' containment reference.
* @see #getSubcondition()
* @generated
*/
void setSubcondition(DataInterchangeLookupFilterCondition value);
} // DataInterchangeLookupFilterCondition