Interface ITypeNameResolver


  • public interface ITypeNameResolver
    Component responsible for resolving type names.
    • Method Detail

      • getTypeNameByUri

        String getTypeNameByUri​(org.eclipse.emf.common.util.URI uri)
        Gets name of the type identified by the specified URI.
        Parameters:
        uri - the URI, may not be null.
        Returns:
        type name or null in case the resolution failed.