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
Modifier and TypeMethodDescriptionint
optional int32 bitsBetween = 3;
optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
long
optional int64 fixedCount = 1;
boolean
optional int32 bitsBetween = 3;
boolean
optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
boolean
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 Details
-
hasFixedCount
boolean hasFixedCount()optional int64 fixedCount = 1;
- Returns:
- Whether the fixedCount field is set.
-
getFixedCount
long getFixedCount()optional int64 fixedCount = 1;
- Returns:
- The fixedCount.
-
hasDynamicCount
boolean hasDynamicCount()optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
- Returns:
- Whether the dynamicCount field is set.
-
getDynamicCount
Mdb.ParameterInfo getDynamicCount()optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
- Returns:
- The dynamicCount.
-
getDynamicCountOrBuilder
Mdb.ParameterInfoOrBuilder getDynamicCountOrBuilder()optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
-
hasBitsBetween
boolean hasBitsBetween()optional int32 bitsBetween = 3;
- Returns:
- Whether the bitsBetween field is set.
-
getBitsBetween
int getBitsBetween()optional int32 bitsBetween = 3;
- Returns:
- The bitsBetween.
-