blob: 27429bf37d6f4e458f90b342f98d99ccc4516864 [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity Mock</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMock#isDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getDescriptionValue <em>Description Value</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getRunPriority <em>Run Priority</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getDatainterchanges <em>Datainterchanges</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getResources <em>Resources</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getObjects <em>Objects</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getEntities <em>Entities</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock()
* @model
* @generated
*/
public interface EntityMock extends EObject {
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock_Name()
* @model unique="false"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(boolean)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock_Description()
* @model unique="false"
* @generated
*/
boolean isDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMock#isDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #isDescription()
* @generated
*/
void setDescription(boolean value);
/**
* Returns the value of the '<em><b>Description Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description Value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description Value</em>' attribute.
* @see #setDescriptionValue(String)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock_DescriptionValue()
* @model unique="false"
* @generated
*/
String getDescriptionValue();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getDescriptionValue <em>Description Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description Value</em>' attribute.
* @see #getDescriptionValue()
* @generated
*/
void setDescriptionValue(String value);
/**
* Returns the value of the '<em><b>Run Priority</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Run Priority</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Run Priority</em>' attribute.
* @see #setRunPriority(int)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock_RunPriority()
* @model unique="false"
* @generated
*/
int getRunPriority();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getRunPriority <em>Run Priority</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Run Priority</em>' attribute.
* @see #getRunPriority()
* @generated
*/
void setRunPriority(int value);
/**
* Returns the value of the '<em><b>Datainterchanges</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Datainterchanges</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>Datainterchanges</em>' containment reference.
* @see #setDatainterchanges(RunningDataInterchanges)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock_Datainterchanges()
* @model containment="true"
* @generated
*/
RunningDataInterchanges getDatainterchanges();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getDatainterchanges <em>Datainterchanges</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Datainterchanges</em>' containment reference.
* @see #getDatainterchanges()
* @generated
*/
void setDatainterchanges(RunningDataInterchanges value);
/**
* Returns the value of the '<em><b>Resources</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Resources</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>Resources</em>' containment reference.
* @see #setResources(EntityMockResources)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock_Resources()
* @model containment="true"
* @generated
*/
EntityMockResources getResources();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getResources <em>Resources</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Resources</em>' containment reference.
* @see #getResources()
* @generated
*/
void setResources(EntityMockResources value);
/**
* Returns the value of the '<em><b>Objects</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Objects</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>Objects</em>' containment reference.
* @see #setObjects(EntityMockObjects)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock_Objects()
* @model containment="true"
* @generated
*/
EntityMockObjects getObjects();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getObjects <em>Objects</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Objects</em>' containment reference.
* @see #getObjects()
* @generated
*/
void setObjects(EntityMockObjects value);
/**
* Returns the value of the '<em><b>Entities</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Entities</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>Entities</em>' containment reference.
* @see #setEntities(EntityMockEntities)
* @see org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage#getEntityMock_Entities()
* @model containment="true"
* @generated
*/
EntityMockEntities getEntities();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.entitymock.EntityMock#getEntities <em>Entities</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Entities</em>' containment reference.
* @see #getEntities()
* @generated
*/
void setEntities(EntityMockEntities value);
} // EntityMock