org.eclipse.emf.test.models.key
Interface Root

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
RootImpl

public interface Root
extends EObject

A representation of the model object 'Root'.

The following features are supported:

See Also:
KeyPackage.getRoot()

Method Summary
 EList<Item> getItems()
          Returns the value of the 'Items' 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

getItems

EList<Item> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of type Item.

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

Returns:
the value of the 'Items' containment reference list.
See Also:
KeyPackage.getRoot_Items()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.