Interface InnerDataObjectDeclaration
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,org.palladiosimulator.pcm.core.entity.NamedElement,Notifier,org.palladiosimulator.pcm.PCMBaseClass,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
InnerDataObjectDeclarationImpl
public interface InnerDataObjectDeclaration extends org.palladiosimulator.pcm.core.entity.NamedElementA representation of the model object 'Inner Data Object Declaration'.The following features are supported:
- See Also:
DatamodelPackage.getInnerDataObjectDeclaration()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompositeDataObjectgetCompositeDataObject()Returns the value of the 'Composite Data Object' container reference.DataObject<?>getDataObject()Returns the value of the 'Data Object' reference.voidsetCompositeDataObject(CompositeDataObject value)Sets the value of the 'Composite Data Object' container reference.voidsetDataObject(DataObject<?> value)Sets the value of the 'Data Object' 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
-
getDataObject
DataObject<?> getDataObject()
Returns the value of the 'Data Object' reference.- Returns:
- the value of the 'Data Object' reference.
- See Also:
setDataObject(DataObject),DatamodelPackage.getInnerDataObjectDeclaration_DataObject()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDataObject
void setDataObject(DataObject<?> value)
Sets the value of the 'Data Object' reference.- Parameters:
value- the new value of the 'Data Object' reference.- See Also:
getDataObject()- Generated class or method.
-
getCompositeDataObject
CompositeDataObject getCompositeDataObject()
Returns the value of the 'Composite Data Object' container reference. It is bidirectional and its opposite is 'Inner Data Object Declarations'.- Returns:
- the value of the 'Composite Data Object' container reference.
- See Also:
setCompositeDataObject(CompositeDataObject),DatamodelPackage.getInnerDataObjectDeclaration_CompositeDataObject(),CompositeDataObject.getInnerDataObjectDeclarations()- Generated class or method.
- EMF model class or method.
- opposite="innerDataObjectDeclarations" required="true" transient="false" ordered="false"
-
setCompositeDataObject
void setCompositeDataObject(CompositeDataObject value)
Sets the value of the 'Composite Data Object' container reference.- Parameters:
value- the new value of the 'Composite Data Object' container reference.- See Also:
getCompositeDataObject()- Generated class or method.
-
-