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

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

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

A representation of the model object 'Container'.

The following features are supported:

See Also:
ExamplePackage.getContainer()

Method Summary
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,AbstractChild> getChildren()
          Returns the value of the 'Children' map.
 
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

getChildren

org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,AbstractChild> getChildren()
Returns the value of the 'Children' map. The key is of type EClass, and the value is of type AbstractChild,

If the meaning of the 'Children' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'Children' map.
See Also:
ExamplePackage.getContainer_Children()


Copyright © 2015. All Rights Reserved.