Interface Namespace

All Known Implementing Classes:
CompositeNamespace, ExportedNamespace, FileNamespace, ImportedNamespace, LocalNamespace

public interface Namespace
Since:
3.1
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String name)
    Looks up the descriptor by name.
  • Method Details

    • get

      Looks up the descriptor by name.
      Parameters:
      name - the fully qualified type name
      Returns:
      the descriptor or null if not found