org.eclipse.emf.mwe2.language.mwe2.impl
Class JvmTypeUriFactory

java.lang.Object
  extended by org.eclipse.emf.mwe2.language.mwe2.impl.JvmTypeUriFactory

public class JvmTypeUriFactory
extends java.lang.Object


Constructor Summary
JvmTypeUriFactory()
           
 
Method Summary
static org.eclipse.xtext.common.types.JvmType findJvmType(org.eclipse.emf.common.util.URI uri, org.eclipse.emf.ecore.EObject context)
           
static org.eclipse.emf.common.util.URI getURIForFqn(java.lang.String fqn)
           
static org.eclipse.emf.common.util.URI getURIForPrimitive(java.lang.String primitive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvmTypeUriFactory

public JvmTypeUriFactory()
Method Detail

getURIForFqn

public static org.eclipse.emf.common.util.URI getURIForFqn(java.lang.String fqn)

getURIForPrimitive

public static org.eclipse.emf.common.util.URI getURIForPrimitive(java.lang.String primitive)

findJvmType

public static org.eclipse.xtext.common.types.JvmType findJvmType(org.eclipse.emf.common.util.URI uri,
                                                                 org.eclipse.emf.ecore.EObject context)