org.eclipse.emf.ecp.view.keyattribute.test.example
Interface Root

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RootImpl

public interface Root
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Root'.

The following features are supported:

See Also:
ExamplePackage.getRoot()

Method Summary
 Intermediate getIntermediate()
          Returns the value of the 'Intermediate' containment reference.
 void setIntermediate(Intermediate value)
          Sets the value of the 'Intermediate' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getIntermediate

Intermediate getIntermediate()
Returns the value of the 'Intermediate' containment reference.

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

Returns:
the value of the 'Intermediate' containment reference.
See Also:
setIntermediate(Intermediate), ExamplePackage.getRoot_Intermediate()

setIntermediate

void setIntermediate(Intermediate value)
Sets the value of the 'Intermediate' containment reference.

Parameters:
value - the new value of the 'Intermediate' containment reference.
See Also:
getIntermediate()


Copyright © 2015. All Rights Reserved.