Interface DataObject<T extends org.palladiosimulator.pcm.repository.DataType>
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Subinterfaces:
CollectionDataObject
,CompositeDataObject
- All Known Implementing Classes:
CollectionDataObjectImpl
,CompositeDataObjectImpl
,DataObjectImpl
public interface DataObject<T extends org.palladiosimulator.pcm.repository.DataType> extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Data Object'.The following features are supported:
- See Also:
DatamodelPackage.getDataObject()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataModel
getDataModel()
Returns the value of the 'Data Model' container reference.EList<T>
getDataTypes()
Returns the value of the 'Data Types' reference list.void
setDataModel(DataModel value)
Sets the value of the 'Data Model
' container reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getDataModel
DataModel getDataModel()
Returns the value of the 'Data Model' container reference. It is bidirectional and its opposite is 'Data Objects
'.- Returns:
- the value of the 'Data Model' container reference.
- See Also:
setDataModel(DataModel)
,DatamodelPackage.getDataObject_DataModel()
,DataModel.getDataObjects()
- Generated class or method.
- EMF model class or method.
- opposite="dataObjects" required="true" transient="false"
-
setDataModel
void setDataModel(DataModel value)
Sets the value of the 'Data Model
' container reference.- Parameters:
value
- the new value of the 'Data Model' container reference.- See Also:
getDataModel()
- Generated class or method.
-
getDataTypes
EList<T> getDataTypes()
Returns the value of the 'Data Types' reference list.- Returns:
- the value of the 'Data Types' reference list.
- See Also:
DatamodelPackage.getDataObject_DataTypes()
- Generated class or method.
- EMF model class or method.
-
-