/** * * * * $Id: ContainedElementNoOpposite.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 'Contained Element No Opposite'. *

* The following features are supported: *

*

* * @see org.eclipse.emf.cdo.tests.model4.model4Package#getContainedElementNoOpposite() * @model * @generated */ public interface ContainedElementNoOpposite extends EObject { /** * Returns the value of the 'Name' attribute. *

* If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.eclipse.emf.cdo.tests.model4.model4Package#getContainedElementNoOpposite_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4.ContainedElementNoOpposite#getName Name}' * attribute. * * @param value * the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); } // ContainedElementNoOpposite