public interface DependencyObject
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
RelationsPackage.getDependencyObject()
Modifier and Type | Method and Description |
---|---|
EList<DependencyObject> |
getDependsOn()
Returns the value of the 'Depends On' reference list.
|
EList<DependencyObject> |
getHasDependents()
Returns the value of the 'Has Dependents' reference list.
|
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
EList<DependencyObject> getDependsOn()
DependencyObject
.
It is bidirectional and its opposite is 'Has Dependents
'.
If the meaning of the 'Depends On' reference list isn't clear, there really should be more of a description here...
RelationsPackage.getDependencyObject_DependsOn()
,
getHasDependents()
EList<DependencyObject> getHasDependents()
DependencyObject
.
It is bidirectional and its opposite is 'Depends On
'.
If the meaning of the 'Has Dependents' reference list isn't clear, there really should be more of a description here...
RelationsPackage.getDependencyObject_HasDependents()
,
getDependsOn()