Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 329b7768a0c79fd4296105f1996535253a71ef65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/**
 * Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * Contributors:
 *    Eike Stepper - initial API and implementation
 */
package org.eclipse.emf.cdo.tests.model3;

import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;

/**
 * <!-- begin-user-<!-- begin-user-doc --> A representation of the model object '/b></em>'. <!-- end-'. <!--
 * end-user-doc --> e
 * <p>
 * The following features are supported: >{@link or <li>se.emf.cdo.tests.model3.MetaRef#getEPackageRef <em>EPackage Ref
 * </em>}</li> </ul>
 * </p>
 * 
 * @see org.ec se.emf.cdo.tests.model3.Model3Package#getMetaRef()
 * @model
 * @generated
 */
public interface MetaRef extends EObject
{
  /**
   * Returns the value of the '<em><b>EPackage Ref</b></em>' reference. ' reference. <!-- begin-user-doc --> he meaning
   * of the '<em>EPackage Ref</em>' reference isn'' reference isn't clear, there really should be more of a description
   * here... </p> doc -->
   * 
   * @return the val e of the '<em>EPackage Ref</em>' reference.
   * @see #setEPackageRef(EPackage)
   * @see org.eclipse.emf.cdo.tests.model3.Model3Package#getMetaRef_EPackageRef()
   * @model
   * @generated
   */
  EPackage getEPackageRef();

  /**
   * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model3.MetaRef#getEPackageRef <em>EPackage Ref</em>}'
   * reference. ' reference. <!-- begin-user-doc --> <!-- end-user-doc --> h new v value the new value of the '</em>'
   * reference.
   * 
   * @see #getEPackageRef()
   * @generated
   */
  void setEPackageRef(EPackage value);

} // MetaRef

Back to the top