blob: 2adb10e521e39445b0ec0fb14ca9e1398b6af340 [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:
* Christophe Loetz (Loetz GmbH&Co.KG) - Initial implementation
*
*/
package org.eclipse.osbp.xtext.entitymock;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.osbp.dsl.semantic.entity.LEntityAttribute;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity Mock Entity Function Parameter</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMockEntityFunctionParameter#getAttributeRef <em>Attribute Ref</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMockEntityFunctionParameter#getNestedAttribute <em>Nested Attribute</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMockEntityFunctionParameter()
* @model
* @generated
*/
public interface EntityMockEntityFunctionParameter extends EObject {
/**
* Returns the value of the '<em><b>Attribute Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Attribute Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Attribute Ref</em>' reference.
* @see #setAttributeRef(LEntityAttribute)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMockEntityFunctionParameter_AttributeRef()
* @model
* @generated
*/
LEntityAttribute getAttributeRef();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMockEntityFunctionParameter#getAttributeRef <em>Attribute Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Attribute Ref</em>' reference.
* @see #getAttributeRef()
* @generated
*/
void setAttributeRef(LEntityAttribute value);
/**
* Returns the value of the '<em><b>Nested Attribute</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Nested Attribute</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>Nested Attribute</em>' containment reference.
* @see #setNestedAttribute(EntityMockEntityNestedAttribute)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMockEntityFunctionParameter_NestedAttribute()
* @model containment="true"
* @generated
*/
EntityMockEntityNestedAttribute getNestedAttribute();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMockEntityFunctionParameter#getNestedAttribute <em>Nested Attribute</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Nested Attribute</em>' containment reference.
* @see #getNestedAttribute()
* @generated
*/
void setNestedAttribute(EntityMockEntityNestedAttribute value);
} // EntityMockEntityFunctionParameter