blob: 98ed70a74bbaa1fbe30f1c58da0e75774d417cc3 [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.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity Mock Objects</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMockObjects#getObjects <em>Objects</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMockObjects()
* @model
* @generated
*/
public interface EntityMockObjects extends EObject {
/**
* Returns the value of the '<em><b>Objects</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.entitymock.EntityMockObject}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Objects</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>Objects</em>' containment reference list.
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMockObjects_Objects()
* @model containment="true"
* @generated
*/
EList<EntityMockObject> getObjects();
} // EntityMockObjects