Package com.squareup.protoparser
Interface Type
-
- All Known Implementing Classes:
EnumType,MessageType
public interface TypeA message type or enum type declaration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDocumentation()java.lang.StringgetFullyQualifiedName()java.lang.StringgetName()java.util.List<Type>getNestedTypes()java.util.List<Option>getOptions()
-