Interface DataModel
-
- All Known Implementing Classes:
DataModelImpl
public interface DataModel extends EObject
A representation of the model object 'Data Model'.The following features are supported:
- See Also:
DatamodelPackage.getDataModel()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DataObject<?>>
getDataObjects()
Returns the value of the 'Data Objects' 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
-
getDataObjects
EList<DataObject<?>> getDataObjects()
Returns the value of the 'Data Objects' containment reference list. The list contents are of typeDataObject
<?>
. It is bidirectional and its opposite is 'Data Model
'.- Returns:
- the value of the 'Data Objects' containment reference list.
- See Also:
DatamodelPackage.getDataModel_DataObjects()
,DataObject.getDataModel()
- Generated class or method.
- EMF model class or method.
- opposite="dataModel" containment="true" ordered="false"
-
-