Package org.yamcs.protobuf
Interface Mdb.AlgorithmInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.AlgorithmInfo,Mdb.AlgorithmInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.AlgorithmInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yamcs.NamedObjectIdgetAlias(int index)repeated .yamcs.protobuf.NamedObjectId alias = 5;intgetAliasCount()repeated .yamcs.protobuf.NamedObjectId alias = 5;List<Yamcs.NamedObjectId>getAliasList()repeated .yamcs.protobuf.NamedObjectId alias = 5;Yamcs.NamedObjectIdOrBuildergetAliasOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId alias = 5;List<? extends Yamcs.NamedObjectIdOrBuilder>getAliasOrBuilderList()repeated .yamcs.protobuf.NamedObjectId alias = 5;Mdb.InputParameterInfogetInputParameter(int index)repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;intgetInputParameterCount()repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;List<Mdb.InputParameterInfo>getInputParameterList()repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;Mdb.InputParameterInfoOrBuildergetInputParameterOrBuilder(int index)repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;List<? extends Mdb.InputParameterInfoOrBuilder>getInputParameterOrBuilderList()repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;StringgetLanguage()optional string language = 7;com.google.protobuf.ByteStringgetLanguageBytes()optional string language = 7;StringgetLongDescription()optional string longDescription = 4;com.google.protobuf.ByteStringgetLongDescriptionBytes()optional string longDescription = 4;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;Mdb.ParameterInfogetOnParameterUpdate(int index)repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;intgetOnParameterUpdateCount()repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;List<Mdb.ParameterInfo>getOnParameterUpdateList()repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;Mdb.ParameterInfoOrBuildergetOnParameterUpdateOrBuilder(int index)repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;List<? extends Mdb.ParameterInfoOrBuilder>getOnParameterUpdateOrBuilderList()repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;longgetOnPeriodicRate(int index)repeated int64 onPeriodicRate = 12;intgetOnPeriodicRateCount()repeated int64 onPeriodicRate = 12;List<Long>getOnPeriodicRateList()repeated int64 onPeriodicRate = 12;Mdb.OutputParameterInfogetOutputParameter(int index)repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;intgetOutputParameterCount()repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;List<Mdb.OutputParameterInfo>getOutputParameterList()repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;Mdb.OutputParameterInfoOrBuildergetOutputParameterOrBuilder(int index)repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;List<? extends Mdb.OutputParameterInfoOrBuilder>getOutputParameterOrBuilderList()repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;StringgetQualifiedName()optional string qualifiedName = 2;com.google.protobuf.ByteStringgetQualifiedNameBytes()optional string qualifiedName = 2;Mdb.AlgorithmInfo.ScopegetScope()optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;StringgetShortDescription()optional string shortDescription = 3;com.google.protobuf.ByteStringgetShortDescriptionBytes()optional string shortDescription = 3;StringgetText()optional string text = 8;com.google.protobuf.ByteStringgetTextBytes()optional string text = 8;booleanhasLanguage()optional string language = 7;booleanhasLongDescription()optional string longDescription = 4;booleanhasName()optional string name = 1;booleanhasQualifiedName()optional string qualifiedName = 2;booleanhasScope()optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;booleanhasShortDescription()optional string shortDescription = 3;booleanhasText()optional string text = 8;-
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;
-
hasQualifiedName
boolean hasQualifiedName()
optional string qualifiedName = 2;
-
getQualifiedName
String getQualifiedName()
optional string qualifiedName = 2;
-
getQualifiedNameBytes
com.google.protobuf.ByteString getQualifiedNameBytes()
optional string qualifiedName = 2;
-
hasShortDescription
boolean hasShortDescription()
optional string shortDescription = 3;
-
getShortDescription
String getShortDescription()
optional string shortDescription = 3;
-
getShortDescriptionBytes
com.google.protobuf.ByteString getShortDescriptionBytes()
optional string shortDescription = 3;
-
hasLongDescription
boolean hasLongDescription()
optional string longDescription = 4;
-
getLongDescription
String getLongDescription()
optional string longDescription = 4;
-
getLongDescriptionBytes
com.google.protobuf.ByteString getLongDescriptionBytes()
optional string longDescription = 4;
-
getAliasList
List<Yamcs.NamedObjectId> getAliasList()
repeated .yamcs.protobuf.NamedObjectId alias = 5;
-
getAlias
Yamcs.NamedObjectId getAlias(int index)
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
Yamcs.NamedObjectIdOrBuilder getAliasOrBuilder(int index)
repeated .yamcs.protobuf.NamedObjectId alias = 5;
-
hasScope
boolean hasScope()
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;
-
getScope
Mdb.AlgorithmInfo.Scope getScope()
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;
-
hasLanguage
boolean hasLanguage()
optional string language = 7;
-
getLanguage
String getLanguage()
optional string language = 7;
-
getLanguageBytes
com.google.protobuf.ByteString getLanguageBytes()
optional string language = 7;
-
hasText
boolean hasText()
optional string text = 8;
-
getText
String getText()
optional string text = 8;
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
optional string text = 8;
-
getInputParameterList
List<Mdb.InputParameterInfo> getInputParameterList()
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
-
getInputParameter
Mdb.InputParameterInfo getInputParameter(int index)
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
-
getInputParameterCount
int getInputParameterCount()
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
-
getInputParameterOrBuilderList
List<? extends Mdb.InputParameterInfoOrBuilder> getInputParameterOrBuilderList()
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
-
getInputParameterOrBuilder
Mdb.InputParameterInfoOrBuilder getInputParameterOrBuilder(int index)
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
-
getOutputParameterList
List<Mdb.OutputParameterInfo> getOutputParameterList()
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
-
getOutputParameter
Mdb.OutputParameterInfo getOutputParameter(int index)
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
-
getOutputParameterCount
int getOutputParameterCount()
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
-
getOutputParameterOrBuilderList
List<? extends Mdb.OutputParameterInfoOrBuilder> getOutputParameterOrBuilderList()
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
-
getOutputParameterOrBuilder
Mdb.OutputParameterInfoOrBuilder getOutputParameterOrBuilder(int index)
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
-
getOnParameterUpdateList
List<Mdb.ParameterInfo> getOnParameterUpdateList()
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
-
getOnParameterUpdate
Mdb.ParameterInfo getOnParameterUpdate(int index)
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
-
getOnParameterUpdateCount
int getOnParameterUpdateCount()
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
-
getOnParameterUpdateOrBuilderList
List<? extends Mdb.ParameterInfoOrBuilder> getOnParameterUpdateOrBuilderList()
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
-
getOnParameterUpdateOrBuilder
Mdb.ParameterInfoOrBuilder getOnParameterUpdateOrBuilder(int index)
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
-
getOnPeriodicRateCount
int getOnPeriodicRateCount()
repeated int64 onPeriodicRate = 12;
-
getOnPeriodicRate
long getOnPeriodicRate(int index)
repeated int64 onPeriodicRate = 12;
-
-