Package org.eclipse.emf.cdo.lm.modules
Interface DependencyDefinition
- All Superinterfaces:
CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
- All Known Implementing Classes:
DependencyDefinitionImpl
A representation of the model object
'Dependency Definition'.
- See Also:
- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Source' container reference.Returns the value of the 'Target Name' attribute.Returns the value of the 'Version Range' attribute.void
setSource
(ModuleDefinition value) Sets the value of the 'Source
' container reference.void
setTargetName
(String value) Sets the value of the 'Target Name
' attribute.void
setVersionRange
(VersionRange value) Sets the value of the 'Version Range
' attribute.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.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSource
ModuleDefinition getSource()Returns the value of the 'Source' container reference. It is bidirectional and its opposite is 'Dependencies
'.- Returns:
- the value of the 'Source' container reference.
- See Also:
- Generated
- Model
- opposite="dependencies" required="true" transient="false"
-
setSource
Sets the value of the 'Source
' container reference.- Parameters:
value
- the new value of the 'Source' container reference.- See Also:
- Generated
-
getTargetName
String getTargetName()Returns the value of the 'Target Name' attribute.- Returns:
- the value of the 'Target Name' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setTargetName
Sets the value of the 'Target Name
' attribute.- Parameters:
value
- the new value of the 'Target Name' attribute.- See Also:
- Generated
-
getVersionRange
VersionRange getVersionRange()Returns the value of the 'Version Range' attribute.- Returns:
- the value of the 'Version Range' attribute.
- See Also:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.lm.modules.VersionRange" required="true"
-
setVersionRange
Sets the value of the 'Version Range
' attribute.- Parameters:
value
- the new value of the 'Version Range' attribute.- See Also:
- Generated
-