public interface ConflictObject
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
RelationsPackage.getConflictObject()
Modifier and Type | Method and Description |
---|---|
EList<ConflictObject> |
getConflictsWith()
Returns the value of the 'Conflicts With' reference list.
|
EList<ConflictObject> |
getHasConflicts()
Returns the value of the 'Has Conflicts' 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<ConflictObject> getConflictsWith()
ConflictObject
.
It is bidirectional and its opposite is 'Has Conflicts
'.
If the meaning of the 'Conflicts With' reference list isn't clear, there really should be more of a description here...
RelationsPackage.getConflictObject_ConflictsWith()
,
getHasConflicts()
EList<ConflictObject> getHasConflicts()
ConflictObject
.
It is bidirectional and its opposite is 'Conflicts With
'.
If the meaning of the 'Has Conflicts' reference list isn't clear, there really should be more of a description here...
RelationsPackage.getConflictObject_HasConflicts()
,
getConflictsWith()