Package org.eclipse.emf.cdo.lm
Schnittstelle Dependency
- Alle Superschnittstellen:
CDOObject
,CDOWithID
,EObject
,ModelElement
,ModuleElement
,Notifier
,StreamElement
,SystemElement
- Alle bekannten Implementierungsklassen:
DependencyImpl
A representation of the model object
'Dependency'.
- Siehe auch:
- 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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Target' reference.Returns the value of the 'Version Range' attribute.void
Sets the value of the 'Target
' reference.void
setVersionRange
(VersionRange value) Sets the value of the 'Version Range
' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.ModuleElement
getModule
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.StreamElement
getStream
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Methodendetails
-
getTarget
Module getTarget()Returns the value of the 'Target' reference.- Gibt zurück:
- the value of the 'Target' reference.
- Siehe auch:
- Generated
- Model
- required="true"
-
setTarget
Sets the value of the 'Target
' reference.- Parameter:
value
- the new value of the 'Target' reference.- Siehe auch:
- Generated
-
getVersionRange
VersionRange getVersionRange()Returns the value of the 'Version Range' attribute.- Gibt zurück:
- the value of the 'Version Range' attribute.
- Siehe auch:
- Generated
- Model
- dataType="org.eclipse.emf.cdo.lm.modules.VersionRange" required="true"
-
setVersionRange
Sets the value of the 'Version Range
' attribute.- Parameter:
value
- the new value of the 'Version Range' attribute.- Siehe auch:
- Generated
-