Interface Type

  • All Known Implementing Classes:
    EnumType, MessageType

    public interface Type
    A message type or enum type declaration.
    • Method Detail

      • getName

        java.lang.String getName()
      • getFullyQualifiedName

        java.lang.String getFullyQualifiedName()
      • getDocumentation

        java.lang.String getDocumentation()
      • getOptions

        java.util.List<Option> getOptions()
      • getNestedTypes

        java.util.List<Type> getNestedTypes()