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

* The following features are supported: *

*

* * @see org.eclipse.emf.cdo.tests.model4.model4Package#getGenRefMultiNonContained() * @model * @generated */ public interface GenRefMultiNonContained extends EObject { /** * Returns the value of the 'Elements' reference list. The list contents are of type * {@link org.eclipse.emf.ecore.EObject}. *

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

* * * @return the value of the 'Elements' reference list. * @see org.eclipse.emf.cdo.tests.model4.model4Package#getGenRefMultiNonContained_Elements() * @model * @generated */ EList getElements(); } // GenRefMultiNonContained