Interface Metamodel

    • Method Detail

      • findType

        org.eclipse.emf.ecore.EClassifier findType​(java.lang.String typeName)
        Finds the type/metaclass with the given
        typeName
        within this Metamodel.
        Parameters:
        typeName - the type/metaclass name (may be fully qualified using '
        ::
        ')
        Returns:
        the type/metaclass with the given
        typeName
        within this Metamodel.