Class ProtobufDataType


  • public class ProtobufDataType
    extends DataType
    • Constructor Detail

      • ProtobufDataType

        protected ProtobufDataType​(String className)
    • Method Detail

      • name

        public String name()
        Description copied from class: DataType
        Returns type as string.
        Overrides:
        name in class DataType
        Returns:
        for basic types returns the enum name for PROTOBUF returns PROTOBUF(className)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getClassName

        public String getClassName()
      • getDescriptor

        public com.google.protobuf.Descriptors.Descriptor getDescriptor()