public interface CDOBranchVersion
branch and an integer version number.
It is often used in the context of
CDORevisionManager.getRevisionByVersion().
CDOBranch.getVersion(int)| Modifier and Type | Field and Description |
|---|---|
static int |
FIRST_VERSION
|
static int |
UNSPECIFIED_VERSION
The fixed special version number unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
CDOBranch |
getBranch()
Returns the branch of this branch version.
|
int |
getVersion()
Returns the version number of this branch version.
|
static final int UNSPECIFIED_VERSION
static final int FIRST_VERSION
revision of an object that
is committed to a particular branch .CDOBranch getBranch()
int getVersion()
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.