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
Modifier and TypeMethodDescriptionoptional string description = 2;
com.google.protobuf.ByteString
optional string description = 2;
optional string initialValue = 4;
com.google.protobuf.ByteString
optional string initialValue = 4;
getName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
getType()
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
boolean
optional string description = 2;
boolean
optional string initialValue = 4;
boolean
hasName()
optional string name = 1;
boolean
hasType()
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
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
-
hasName
boolean hasName()optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;
- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()optional string description = 2;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 2;
- Returns:
- The bytes for description.
-
hasInitialValue
boolean hasInitialValue()optional string initialValue = 4;
- Returns:
- Whether the initialValue field is set.
-
getInitialValue
String getInitialValue()optional string initialValue = 4;
- Returns:
- The initialValue.
-
getInitialValueBytes
com.google.protobuf.ByteString getInitialValueBytes()optional string initialValue = 4;
- Returns:
- The bytes for initialValue.
-
hasType
boolean hasType()optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
- Returns:
- Whether the type field is set.
-
getType
Mdb.ArgumentTypeInfo getType()optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
- Returns:
- The type.
-
getTypeOrBuilder
Mdb.ArgumentTypeInfoOrBuilder getTypeOrBuilder()optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
-