blob: 81642b151690c39500942ead011ad86f42c2be16 [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;
import org.eclipse.osbp.dsl.semantic.entity.LEntityReference;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity Mock Entity Nested Attribute</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMockEntityNestedAttribute#getReference <em>Reference</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMockEntityNestedAttribute#getAttribute <em>Attribute</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMockEntityNestedAttribute()
* @model
* @generated
*/
public interface EntityMockEntityNestedAttribute extends EObject {
/**
* Returns the value of the '<em><b>Reference</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Reference</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Reference</em>' reference.
* @see #setReference(LEntityReference)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMockEntityNestedAttribute_Reference()
* @model
* @generated
*/
LEntityReference getReference();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMockEntityNestedAttribute#getReference <em>Reference</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Reference</em>' reference.
* @see #getReference()
* @generated
*/
void setReference(LEntityReference value);
/**
* Returns the value of the '<em><b>Attribute</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Attribute</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</em>' reference.
* @see #setAttribute(LEntityAttribute)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMockEntityNestedAttribute_Attribute()
* @model
* @generated
*/
LEntityAttribute getAttribute();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMockEntityNestedAttribute#getAttribute <em>Attribute</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Attribute</em>' reference.
* @see #getAttribute()
* @generated
*/
void setAttribute(LEntityAttribute value);
} // EntityMockEntityNestedAttribute