Interface Namespace
- All Known Implementing Classes:
CompositeNamespace,ExportedNamespace,FileNamespace,ImportedNamespace,LocalNamespace
public interface Namespace
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptionLooks 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
nullif not found
-