Interface ITypeStore

    • Method Detail

      • getTypeDescriptor

        ITypeDescriptor getTypeDescriptor​(String name)
        Retrieve the type descriptor of a particular name
        Parameters:
        name - the name of the type
        Returns:
        the type descriptor
      • getTypes

        List<ITypeDescriptor> getTypes​(String namespace)
        Retrieve all types in a namespace. The namespace is identified by a prefix.
        Parameters:
        namespace - the prefix for the namespace
        Returns:
        the list of type descriptors in the specified namespace