Package org.yamcs.protobuf
Interface Mdb.ArgumentMemberInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.ArgumentMemberInfo
,Mdb.ArgumentMemberInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.ArgumentMemberInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias
(int index) repeated .yamcs.protobuf.NamedObjectId alias = 5;
int
repeated .yamcs.protobuf.NamedObjectId alias = 5;
repeated .yamcs.protobuf.NamedObjectId alias = 5;
getAliasOrBuilder
(int index) repeated .yamcs.protobuf.NamedObjectId alias = 5;
List<? extends Yamcs.NamedObjectIdOrBuilder>
repeated .yamcs.protobuf.NamedObjectId alias = 5;
optional string initialValue = 7;
com.google.protobuf.ByteString
optional string initialValue = 7;
optional string longDescription = 4;
com.google.protobuf.ByteString
optional string longDescription = 4;
getName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
optional string shortDescription = 3;
com.google.protobuf.ByteString
optional string shortDescription = 3;
getType()
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
boolean
optional string initialValue = 7;
boolean
optional string longDescription = 4;
boolean
hasName()
optional string name = 1;
boolean
optional string shortDescription = 3;
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.
-
hasShortDescription
boolean hasShortDescription()optional string shortDescription = 3;
- Returns:
- Whether the shortDescription field is set.
-
getShortDescription
String getShortDescription()optional string shortDescription = 3;
- Returns:
- The shortDescription.
-
getShortDescriptionBytes
com.google.protobuf.ByteString getShortDescriptionBytes()optional string shortDescription = 3;
- Returns:
- The bytes for shortDescription.
-
hasLongDescription
boolean hasLongDescription()optional string longDescription = 4;
- Returns:
- Whether the longDescription field is set.
-
getLongDescription
String getLongDescription()optional string longDescription = 4;
- Returns:
- The longDescription.
-
getLongDescriptionBytes
com.google.protobuf.ByteString getLongDescriptionBytes()optional string longDescription = 4;
- Returns:
- The bytes for longDescription.
-
getAliasList
List<Yamcs.NamedObjectId> getAliasList()repeated .yamcs.protobuf.NamedObjectId alias = 5;
-
getAlias
repeated .yamcs.protobuf.NamedObjectId alias = 5;
-
getAliasCount
int getAliasCount()repeated .yamcs.protobuf.NamedObjectId alias = 5;
-
getAliasOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getAliasOrBuilderList()repeated .yamcs.protobuf.NamedObjectId alias = 5;
-
getAliasOrBuilder
repeated .yamcs.protobuf.NamedObjectId alias = 5;
-
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;
-
hasInitialValue
boolean hasInitialValue()optional string initialValue = 7;
- Returns:
- Whether the initialValue field is set.
-
getInitialValue
String getInitialValue()optional string initialValue = 7;
- Returns:
- The initialValue.
-
getInitialValueBytes
com.google.protobuf.ByteString getInitialValueBytes()optional string initialValue = 7;
- Returns:
- The bytes for initialValue.
-