blob: 1d4b8509970278b7d7c0fc133a5d544e36f9f737 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.gmf.mappings;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EReference;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Needs Containment</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmf.mappings.NeedsContainment#getContainmentFeature <em>Containment Feature</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmf.mappings.GMFMapPackage#getNeedsContainment()
* @model interface="true" abstract="true"
* @generated
*/
public interface NeedsContainment extends EObject {
/**
* Returns the value of the '<em><b>Containment Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Containment Feature</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Containment Feature</em>' reference.
* @see #setContainmentFeature(EReference)
* @see org.eclipse.gmf.mappings.GMFMapPackage#getNeedsContainment_ContainmentFeature()
* @model annotation="http://www.eclipse.org/gmf/2005/constraints ocl='not containmentFeature.oclIsUndefined() implies containmentFeature.containment' description='Containment EReference expected'"
* @generated
*/
EReference getContainmentFeature();
/**
* Sets the value of the '{@link org.eclipse.gmf.mappings.NeedsContainment#getContainmentFeature <em>Containment Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Containment Feature</em>' reference.
* @see #getContainmentFeature()
* @generated
*/
void setContainmentFeature(EReference value);
} // NeedsContainment