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 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;
      • getAlias

        Yamcs.NamedObjectId getAlias​(int index)
        repeated .yamcs.protobuf.NamedObjectId alias = 5;
      • getAliasCount

        int getAliasCount()
        repeated .yamcs.protobuf.NamedObjectId alias = 5;
      • hasScope

        boolean hasScope()
        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;
      • getOnPeriodicRateList

        List<Long> getOnPeriodicRateList()
        repeated int64 onPeriodicRate = 12;
      • getOnPeriodicRateCount

        int getOnPeriodicRateCount()
        repeated int64 onPeriodicRate = 12;
      • getOnPeriodicRate

        long getOnPeriodicRate​(int index)
        repeated int64 onPeriodicRate = 12;