org.eclipse.emf.emfstore.common.model
Interface ESUniqueIdentifier

All Known Subinterfaces:
ESGlobalProjectId, ESLocalProjectId, ESModelElementId, ESProjectId, ESSessionId
All Known Implementing Classes:
ESGlobalProjectIdImpl, ESLocalProjectIdImpl, ESModelElementIdImpl, ESSessionIdImpl

public interface ESUniqueIdentifier

Represents a workspace wide unique identifier.

Author:
emueller, wesendon

Method Summary
 String getId()
          Returns the actual identifier as a string.
 

Method Detail

getId

String getId()
Returns the actual identifier as a string.

Returns:
the ID as a string


Copyright © 2016. All Rights Reserved.