Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: c44d19a1e5df348d400da1251c270485a9149ad0 (plain) (tree)
1
2
3
4
5
6
7
8
9



               
                                                                             


                                         
                                         


                                     

                                                                                                                   


                                        
                                                                                                          

        
   

                                                                                   

             
                                                        















                                                                                                                       

                            
/**
 * <copyright>
 * </copyright>
 *
 * $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;

/**
 * <!-- begin-user-doc --> A representation of the model object '<em><b>Gen Ref Multi Non Contained</b></em>'. <!--
 * end-user-doc -->
 * <p>
 * The following features are supported:
 * <ul>
 * <li>{@link org.eclipse.emf.cdo.tests.model4.GenRefMultiNonContained#getElements <em>Elements</em>}</li>
 * </ul>
 * </p>
 * 
 * @see org.eclipse.emf.cdo.tests.model4.model4Package#getGenRefMultiNonContained()
 * @model
 * @generated
 */
public interface GenRefMultiNonContained extends EObject
{
  /**
   * Returns the value of the '<em><b>Elements</b></em>' reference list. The list contents are of type
   * {@link org.eclipse.emf.ecore.EObject}. <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Elements</em>' reference list isn't clear, there really should be more of a description
   * here...
   * </p>
   * <!-- end-user-doc -->
   * 
   * @return the value of the '<em>Elements</em>' reference list.
   * @see org.eclipse.emf.cdo.tests.model4.model4Package#getGenRefMultiNonContained_Elements()
   * @model
   * @generated
   */
  EList<EObject> getElements();

} // GenRefMultiNonContained

Back to the top