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

* The following features are supported: *

*

* * @see org.eclipse.emf.cdo.tests.model4.model4Package#getImplSingleRefContainedElement() * @model * @generated */ public interface ImplSingleRefContainedElement extends ISingleRefContainedElement { /** * 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#getImplSingleRefContainedElement_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4.ImplSingleRefContainedElement#getName Name} * ' attribute. * * @param value * the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); } // ImplSingleRefContainedElement