/** * * * * $Id: GenRefSingleContained.java,v 1.3 2008-09-18 12:56:50 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4; import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'Gen Ref Single Contained'. *

* The following features are supported: *

*

* * @see org.eclipse.emf.cdo.tests.model4.model4Package#getGenRefSingleContained() * @model * @generated */ public interface GenRefSingleContained extends EObject { /** * Returns the value of the 'Element' containment reference. *

* If the meaning of the 'Element' containment reference isn't clear, there really should be more of a * description here... *

* * * @return the value of the 'Element' containment reference. * @see #setElement(EObject) * @see org.eclipse.emf.cdo.tests.model4.model4Package#getGenRefSingleContained_Element() * @model containment="true" * @generated */ EObject getElement(); /** * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4.GenRefSingleContained#getElement Element}' * containment reference. * * @param value * the new value of the 'Element' containment reference. * @see #getElement() * @generated */ void setElement(EObject value); } // GenRefSingleContained