Interface Common.AvaticaParameterOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Common.AvaticaParameter, Common.AvaticaParameter.Builder
    Enclosing class:
    Common

    public static interface Common.AvaticaParameterOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      string class_name = 6;
      com.google.protobuf.ByteString getClassNameBytes()
      string class_name = 6;
      java.lang.String getName()
      string name = 7;
      com.google.protobuf.ByteString getNameBytes()
      string name = 7;
      int getParameterType()
      uint32 parameter_type = 4;
      int getPrecision()
      uint32 precision = 2;
      int getScale()
      uint32 scale = 3;
      boolean getSigned()
      bool signed = 1;
      java.lang.String getTypeName()
      string type_name = 5;
      com.google.protobuf.ByteString getTypeNameBytes()
      string type_name = 5;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSigned

        boolean getSigned()
        bool signed = 1;
      • getPrecision

        int getPrecision()
        uint32 precision = 2;
      • getScale

        int getScale()
        uint32 scale = 3;
      • getParameterType

        int getParameterType()
        uint32 parameter_type = 4;
      • getTypeName

        java.lang.String getTypeName()
        string type_name = 5;
      • getTypeNameBytes

        com.google.protobuf.ByteString getTypeNameBytes()
        string type_name = 5;
      • getClassName

        java.lang.String getClassName()
        string class_name = 6;
      • getClassNameBytes

        com.google.protobuf.ByteString getClassNameBytes()
        string class_name = 6;
      • getName

        java.lang.String getName()
        string name = 7;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 7;