/** * Copyright (c) 2004 - 2011 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.model4; import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'Multi Non Contained Unsettable Element * '. *

* The following features are supported: *

*

* * @see org.eclipse.emf.cdo.tests.model4.model4Package#getMultiNonContainedUnsettableElement() * @model * @generated */ public interface MultiNonContainedUnsettableElement extends EObject { /** * 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.model4.model4Package#getMultiNonContainedUnsettableElement_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4.MultiNonContainedUnsettableElement#getName * Name}' attribute. * * @param value * the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Parent' reference. It is bidirectional and its opposite is ' * {@link org.eclipse.emf.cdo.tests.model4.RefMultiNonContainedUnsettable#getElements Elements}'. *

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

* * * @return the value of the 'Parent' reference. * @see #isSetParent() * @see #unsetParent() * @see #setParent(RefMultiNonContainedUnsettable) * @see org.eclipse.emf.cdo.tests.model4.model4Package#getMultiNonContainedUnsettableElement_Parent() * @see org.eclipse.emf.cdo.tests.model4.RefMultiNonContainedUnsettable#getElements * @model opposite="elements" unsettable="true" * @generated */ RefMultiNonContainedUnsettable getParent(); /** * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4.MultiNonContainedUnsettableElement#getParent * Parent}' reference. * * @param value * the new value of the 'Parent' reference. * @see #isSetParent() * @see #unsetParent() * @see #getParent() * @generated */ void setParent(RefMultiNonContainedUnsettable value); /** * Unsets the value of the '{@link org.eclipse.emf.cdo.tests.model4.MultiNonContainedUnsettableElement#getParent * Parent}' reference. * * @see #isSetParent() * @see #getParent() * @see #setParent(RefMultiNonContainedUnsettable) * @generated */ void unsetParent(); /** * Returns whether the value of the ' * {@link org.eclipse.emf.cdo.tests.model4.MultiNonContainedUnsettableElement#getParent Parent}' reference is * set. * * @return whether the value of the 'Parent' reference is set. * @see #unsetParent() * @see #getParent() * @see #setParent(RefMultiNonContainedUnsettable) * @generated */ boolean isSetParent(); } // MultiNonContainedUnsettableElement