org.eclipse.emf.emfstore.server.model.versionspec
Interface ESPrimaryVersionSpec

All Superinterfaces:
ESVersionSpec
All Known Implementing Classes:
ESPrimaryVersionSpecImpl

public interface ESPrimaryVersionSpec
extends ESVersionSpec

A primary version specifier is a version specifier that has a globally unique number that may be used to identify a specific version. Globally unique means that this identifier is unique even in the case of branches.

Author:
wesendon, emueller

Field Summary
 
Fields inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
BASE, BRANCH_DEFAULT_NAME, FACTORY, GLOBAL, HEAD
 
Method Summary
 int getIdentifier()
           Returns the globally unique numeric identifier.
 
Methods inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
getBranch
 

Method Detail

getIdentifier

int getIdentifier()

Returns the globally unique numeric identifier.

This identifier is also unique even in case of branches.

Returns:
the globally unique numeric identifier of this version


Copyright © 2015. All Rights Reserved.