Interface Mdb.RepeatInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBitsBetween()
      optional int32 bitsBetween = 3;
      Mdb.ParameterInfo getDynamicCount()
      optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
      Mdb.ParameterInfoOrBuilder getDynamicCountOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
      long getFixedCount()
      optional int64 fixedCount = 1;
      boolean hasBitsBetween()
      optional int32 bitsBetween = 3;
      boolean hasDynamicCount()
      optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
      boolean hasFixedCount()
      optional int64 fixedCount = 1;
      • 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

      • hasFixedCount

        boolean hasFixedCount()
        optional int64 fixedCount = 1;
      • getFixedCount

        long getFixedCount()
        optional int64 fixedCount = 1;
      • hasDynamicCount

        boolean hasDynamicCount()
        optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
      • getDynamicCount

        Mdb.ParameterInfo getDynamicCount()
        optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
      • getDynamicCountOrBuilder

        Mdb.ParameterInfoOrBuilder getDynamicCountOrBuilder()
        optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
      • hasBitsBetween

        boolean hasBitsBetween()
        optional int32 bitsBetween = 3;
      • getBitsBetween

        int getBitsBetween()
        optional int32 bitsBetween = 3;