Interface Mdb.FixedValueInfoOrBuilder

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

    public static interface Mdb.FixedValueInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHexValue()
      optional string hexValue = 2;
      com.google.protobuf.ByteString getHexValueBytes()
      optional string hexValue = 2;
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      int getSizeInBits()
      optional int32 sizeInBits = 3;
      boolean hasHexValue()
      optional string hexValue = 2;
      boolean hasName()
      optional string name = 1;
      boolean hasSizeInBits()
      optional int32 sizeInBits = 3;
      • 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

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasHexValue

        boolean hasHexValue()
        optional string hexValue = 2;
      • getHexValue

        String getHexValue()
        optional string hexValue = 2;
      • getHexValueBytes

        com.google.protobuf.ByteString getHexValueBytes()
        optional string hexValue = 2;
      • hasSizeInBits

        boolean hasSizeInBits()
        optional int32 sizeInBits = 3;
      • getSizeInBits

        int getSizeInBits()
        optional int32 sizeInBits = 3;