Package org.yamcs.protobuf
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 intgetBitsBetween()optional int32 bitsBetween = 3;Mdb.ParameterInfogetDynamicCount()optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;Mdb.ParameterInfoOrBuildergetDynamicCountOrBuilder()optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;longgetFixedCount()optional int64 fixedCount = 1;booleanhasBitsBetween()optional int32 bitsBetween = 3;booleanhasDynamicCount()optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;booleanhasFixedCount()optional int64 fixedCount = 1;-
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;
-
-