/** * 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; /** * A representation of the model object '/b>'. e *

* The following features are supported: >{@link or

  • se.emf.cdo.tests.model3.MetaRef#getEPackageRef EPackage Ref * }
  • *

    * * @see org.ec se.emf.cdo.tests.model3.Model3Package#getMetaRef() * @model * @generated */ public interface MetaRef extends EObject { /** * Returns the value of the 'EPackage Ref' reference. ' reference. he meaning * of the 'EPackage Ref' reference isn'' reference isn't clear, there really should be more of a description * here...

    doc --> * * @return the val e of the 'EPackage Ref' 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 EPackage Ref}' * reference. ' reference. h new v value the new value of the '' * reference. * * @see #getEPackageRef() * @generated */ void setEPackageRef(EPackage value); } // MetaRef