org.eclipse.emf.ecp.view.mapping.test.example
Interface Intermediate

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

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

A representation of the model object 'Intermediate'.

The following features are supported:

See Also:
ExamplePackage.getIntermediate()

Method Summary
 Container getContainer()
          Returns the value of the 'Container' containment reference.
 void setContainer(Container value)
          Sets the value of the 'Container' 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

getContainer

Container getContainer()
Returns the value of the 'Container' containment reference.

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

Returns:
the value of the 'Container' containment reference.
See Also:
setContainer(Container), ExamplePackage.getIntermediate_Container()

setContainer

void setContainer(Container value)
Sets the value of the 'Container' containment reference.

Parameters:
value - the new value of the 'Container' containment reference.
See Also:
getContainer()


Copyright © 2015. All Rights Reserved.