org.eclipse.emf.emfstore.common.model
Class ESModelElementIdFactory

java.lang.Object
  extended by org.eclipse.emf.emfstore.common.model.ESModelElementIdFactory

public final class ESModelElementIdFactory
extends Object

Static factory for creating ESModelElementIds.

Since:
1.4
Author:
emueller

Method Summary
static ESModelElementId create()
          Creates a new ESModelElementId.
static ESModelElementId fromString(String id)
          Creates a new ESModelElementId from a given ID.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static ESModelElementId create()
Creates a new ESModelElementId.

Returns:
a new ESModelElementId

fromString

public static ESModelElementId fromString(String id)
Creates a new ESModelElementId from a given ID.

Parameters:
id - the ID the ESModelElementId is based on
Returns:
a new ESModelElementId


Copyright © 2015. All Rights Reserved.