Interface CDORepositoryElement
- 
- All Superinterfaces:
- CDOTimeProvider
 
 public interface CDORepositoryElement extends CDOTimeProvider An element of a CDO repository.- Since:
- 4.4
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBranchID()CDOIDgetObjectID()CDORepositorygetRepository()- 
Methods inherited from interface org.eclipse.emf.cdo.common.util.CDOTimeProvidergetTimeStamp
 
- 
 
- 
- 
- 
Method Detail- 
getRepositoryCDORepository getRepository() 
 - 
getBranchIDint getBranchID() 
 - 
getObjectIDCDOID getObjectID() 
 
- 
 
-