Package org.yamcs.protobuf
Interface Mdb.ArgumentInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.ArgumentInfo,Mdb.ArgumentInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.ArgumentInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()optional string description = 2;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 2;StringgetInitialValue()optional string type = 3;com.google.protobuf.ByteStringgetInitialValueBytes()optional string type = 3;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;Mdb.ArgumentTypeInfogetType()repeated UnitInfo unitSet = 5;Mdb.ArgumentTypeInfoOrBuildergetTypeOrBuilder()repeated UnitInfo unitSet = 5;booleanhasDescription()optional string description = 2;booleanhasInitialValue()optional string type = 3;booleanhasName()optional string name = 1;booleanhasType()repeated UnitInfo unitSet = 5;-
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;
-
hasDescription
boolean hasDescription()
optional string description = 2;
-
getDescription
String getDescription()
optional string description = 2;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 2;
-
hasInitialValue
boolean hasInitialValue()
optional string type = 3;
optional string initialValue = 4;
-
getInitialValue
String getInitialValue()
optional string type = 3;
optional string initialValue = 4;
-
getInitialValueBytes
com.google.protobuf.ByteString getInitialValueBytes()
optional string type = 3;
optional string initialValue = 4;
-
hasType
boolean hasType()
repeated UnitInfo unitSet = 5;
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
-
getType
Mdb.ArgumentTypeInfo getType()
repeated UnitInfo unitSet = 5;
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
-
getTypeOrBuilder
Mdb.ArgumentTypeInfoOrBuilder getTypeOrBuilder()
repeated UnitInfo unitSet = 5;
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
-
-