blob: b465b1eca4b22c9033bc4e6ed2e71dd879ed5a0b [file] [log] [blame]
/**
* Copyright (c) 2012,2014 Mia-Software.
* 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:
* Nicolas Bros (Mia-Software) - Bug 379683 - customizable Tree content provider
* Gregoire Dupe (Mia-Software) - Bug 386387 - [CustomizedTreeContentProvider] The TreeElements are not preserved between two calls to getElements()
* Thomas Cicognani (Soft-Maint) - Bug 441321 - isVisible customisation doesn't work after refreshing a tree
*/
package org.eclipse.modisco.facet.custom.metamodel.v0_2_0.internal.treeproxy;
import org.eclipse.emf.ecore.EReference;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>EReference Tree Element</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Represents an EReference as a link between two model elements in a tree view
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.modisco.facet.custom.metamodel.v0_2_0.internal.treeproxy.EReferenceTreeElement#getEReference <em>EReference</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.modisco.facet.custom.metamodel.v0_2_0.internal.treeproxy.TreeproxyPackage#getEReferenceTreeElement()
* @model
* @generated
*/
public interface EReferenceTreeElement extends EStructuralFeatureTreeElement {
/**
* Returns the value of the '<em><b>EReference</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The EReference represented by this tree element
* <!-- end-model-doc -->
* @return the value of the '<em>EReference</em>' reference.
* @see org.eclipse.modisco.facet.custom.metamodel.v0_2_0.internal.treeproxy.TreeproxyPackage#getEReferenceTreeElement_EReference()
* @model transient="true" changeable="false" volatile="true" derived="true"
* annotation="http://www.eclipse.org/emf/2002/Ecore/OCL derivation='self.eStructuralFeature.oclAsType(ecore::EReference)'"
* @generated
*/
EReference getEReference();
} // EReferenceTreeElement