org.eclipse.emf.ecp.view.validation.test.model
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:
TestPackage.getContainer()

Method Summary
 org.eclipse.emf.common.util.EList<Content> getContents()
          Returns the value of the 'Contents' containment reference list.
 
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

getContents

org.eclipse.emf.common.util.EList<Content> getContents()
Returns the value of the 'Contents' containment reference list. The list contents are of type Content.

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

Returns:
the value of the 'Contents' containment reference list.
See Also:
TestPackage.getContainer_Contents()


Copyright © 2014. All Rights Reserved.