/** * Copyright (c) 2004 - 2009 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 * * $Id: ImplMultiRefNonContainedElement.java,v 1.2 2009-08-22 09:34:58 estepper Exp $ */ package org.eclipse.emf.cdo.tests.legacy.model4; import org.eclipse.emf.cdo.tests.legacy.model4interfaces.IMultiRefNonContainedElement; /** * A representation of the model object 'Impl Multi Ref Non Contained Element'. * *

* The following features are supported: *

*

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