Interface CDOBranchVersion
- All Superinterfaces:
CDOBranchProvider
,CDOVersionProvider
- All Known Subinterfaces:
CDORevisable
,CDORevision
,CDORevisionCache.EvictionEvent
,CDORevisionDelta
,CDORevisionKey
,InternalCDORevision
,InternalCDORevisionDelta
- All Known Implementing Classes:
AbstractCDORevision
,BaseCDORevision
,DelegatingCDORevision
,DetachedCDORevision
,PointerCDORevision
,StubCDORevision
,SyntheticCDORevision
A pair of a
branch
and an integer version
number.
It is often used in the context of
CDORevisionManager.getRevisionByVersion()
.
- Since:
- 3.0
- Author:
- Eike Stepper
- See Also:
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
The fixed special version number unspecified. -
Method Summary
Modifier and TypeMethodDescriptionReturns the branch of this branch version.int
Returns the version number of this branch version.
-
Field Details
-
Method Details
-
getBranch
CDOBranch getBranch()Returns the branch of this branch version.- Specified by:
getBranch
in interfaceCDOBranchProvider
-
getVersion
int getVersion()Returns the version number of this branch version.- Specified by:
getVersion
in interfaceCDOVersionProvider
-