blob: 4bb04955fbf48e504eaa57b23b29032f37ddc8e8 [file] [log] [blame]
/**
* Copyright (c) 2011-2013 EclipseSource Muenchen GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
*/
package org.eclipse.emf.ecp.view.edapt.util.test.model.w;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecp.view.edapt.util.test.model.x.EdaptTestX;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>W</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.emf.ecp.view.edapt.util.test.model.w.EdaptTestW#getX <em>X</em>}</li>
* </ul>
*
* @see org.eclipse.emf.ecp.view.edapt.util.test.model.w.EdaptTestWPackage#getW()
* @model
* @generated
*/
public interface EdaptTestW extends EObject {
/**
* Returns the value of the '<em><b>X</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>X</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>X</em>' reference.
* @see #setX(EdaptTestX)
* @see org.eclipse.emf.ecp.view.edapt.util.test.model.w.EdaptTestWPackage#getW_X()
* @model
* @generated
*/
EdaptTestX getX();
/**
* Sets the value of the '{@link org.eclipse.emf.ecp.view.edapt.util.test.model.w.EdaptTestW#getX <em>X</em>}'
* reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>X</em>' reference.
* @see #getX()
* @generated
*/
void setX(EdaptTestX value);
} // EdaptTestW