org.contextmapper.tactic.dsl.tacticdsl.TacticDDDModel Maven / Gradle / Ivy
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.tactic.dsl.tacticdsl;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Tactic DDD Model'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.tactic.dsl.tacticdsl.TacticDDDModel#getApp App}
*
*
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getTacticDDDModel()
* @model
* @generated
*/
public interface TacticDDDModel extends EObject
{
/**
* Returns the value of the 'App' containment reference.
*
*
* If the meaning of the 'App' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'App' containment reference.
* @see #setApp(Application)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getTacticDDDModel_App()
* @model containment="true"
* @generated
*/
Application getApp();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.TacticDDDModel#getApp App}' containment reference.
*
*
* @param value the new value of the 'App' containment reference.
* @see #getApp()
* @generated
*/
void setApp(Application value);
} // TacticDDDModel