org.eclipse.emf.ecp.view.validation.test.model
Interface TableWithUnique

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

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

A representation of the model object 'Table With Unique'.

The following features are supported:

See Also:
TestPackage.getTableWithUnique()

Method Summary
 org.eclipse.emf.common.util.EList<TableContent> getContent()
          Returns the value of the 'Content' 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

getContent

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

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

Returns:
the value of the 'Content' containment reference list.
See Also:
TestPackage.getTableWithUnique_Content()


Copyright © 2014. All Rights Reserved.