Class CDOBranchPointRef
java.lang.Object
org.eclipse.emf.cdo.common.branch.CDOBranchPointRef
- All Implemented Interfaces:
Serializable
References a
CDOBranchPoint
.- Since:
- 4.10
- Author:
- Eike Stepper
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final CDOBranchPointRef
static final String
-
Constructor Summary
ConstructorDescriptionCDOBranchPointRef
(String uri) CDOBranchPointRef
(String branchPath, long timeStamp) CDOBranchPointRef
(CDOBranchPoint branchPoint) CDOBranchPointRef
(CDOBranchRef branchRef, long timeStamp) -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getURI()
int
hashCode()
boolean
isBase()
boolean
isHead()
resolve
(CDOBranchManager branchManager) toString()
void
write
(CDODataOutput out)
-
Field Details
-
MAIN_HEAD
- Since:
- 4.12
-
URI_SEPARATOR
- See Also:
-
BASE
- See Also:
-
HEAD
- See Also:
-
-
Constructor Details
-
CDOBranchPointRef
-
CDOBranchPointRef
- Since:
- 4.12
-
CDOBranchPointRef
-
CDOBranchPointRef
-
CDOBranchPointRef
- Throws:
IOException
-
-
Method Details
-
write
- Throws:
IOException
-
getURI
-
getBranchRef
- Since:
- 4.12
-
getBranchPath
-
getTimeStamp
public long getTimeStamp() -
getTimeStampSpec
-
isBase
public boolean isBase() -
isHead
public boolean isHead() -
resolve
-
equals
-
hashCode
public int hashCode() -
toString
-