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 Details

    • hasName

      boolean hasName()
       Algorithm name
       
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Algorithm name
       
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Algorithm name
       
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasQualifiedName

      boolean hasQualifiedName()
      optional string qualifiedName = 2;
      Returns:
      Whether the qualifiedName field is set.
    • getQualifiedName

      String getQualifiedName()
      optional string qualifiedName = 2;
      Returns:
      The qualifiedName.
    • getQualifiedNameBytes

      com.google.protobuf.ByteString getQualifiedNameBytes()
      optional string qualifiedName = 2;
      Returns:
      The bytes for qualifiedName.
    • 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

      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;
      Returns:
      Whether the scope field is set.
    • getScope

      optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;
      Returns:
      The scope.
    • hasType

      boolean hasType()
       Type of algorithm
       
      optional .yamcs.protobuf.mdb.AlgorithmInfo.Type type = 13;
      Returns:
      Whether the type field is set.
    • getType

       Type of algorithm
       
      optional .yamcs.protobuf.mdb.AlgorithmInfo.Type type = 13;
      Returns:
      The type.
    • hasLanguage

      boolean hasLanguage()
       Language if this is a custom algorithm
       
      optional string language = 7;
      Returns:
      Whether the language field is set.
    • getLanguage

      String getLanguage()
       Language if this is a custom algorithm
       
      optional string language = 7;
      Returns:
      The language.
    • getLanguageBytes

      com.google.protobuf.ByteString getLanguageBytes()
       Language if this is a custom algorithm
       
      optional string language = 7;
      Returns:
      The bytes for language.
    • hasText

      boolean hasText()
       Code if this is a custom algorithm
       
      optional string text = 8;
      Returns:
      Whether the text field is set.
    • getText

      String getText()
       Code if this is a custom algorithm
       
      optional string text = 8;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
       Code if this is a custom algorithm
       
      optional string text = 8;
      Returns:
      The bytes for text.
    • 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;
    • getOnPeriodicRateList

      List<Long> getOnPeriodicRateList()
      repeated int64 onPeriodicRate = 12;
      Returns:
      A list containing the onPeriodicRate.
    • getOnPeriodicRateCount

      int getOnPeriodicRateCount()
      repeated int64 onPeriodicRate = 12;
      Returns:
      The count of onPeriodicRate.
    • getOnPeriodicRate

      long getOnPeriodicRate(int index)
      repeated int64 onPeriodicRate = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The onPeriodicRate at the given index.
    • getMathElementsList

      List<Mdb.MathElement> getMathElementsList()
       Operands and operators in Reverse Polish Notation if type ``MATH``.
       
      repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
    • getMathElements

      Mdb.MathElement getMathElements(int index)
       Operands and operators in Reverse Polish Notation if type ``MATH``.
       
      repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
    • getMathElementsCount

      int getMathElementsCount()
       Operands and operators in Reverse Polish Notation if type ``MATH``.
       
      repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
    • getMathElementsOrBuilderList

      List<? extends Mdb.MathElementOrBuilder> getMathElementsOrBuilderList()
       Operands and operators in Reverse Polish Notation if type ``MATH``.
       
      repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;
    • getMathElementsOrBuilder

      Mdb.MathElementOrBuilder getMathElementsOrBuilder(int index)
       Operands and operators in Reverse Polish Notation if type ``MATH``.
       
      repeated .yamcs.protobuf.mdb.MathElement mathElements = 14;