Interface SubscribedParameterInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SubscribedParameterInfo, SubscribedParameterInfo.Builder

public interface SubscribedParameterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasParameter

      boolean hasParameter()
       Qualified parameter name
       
      optional string parameter = 1;
      Returns:
      Whether the parameter field is set.
    • getParameter

      String getParameter()
       Qualified parameter name
       
      optional string parameter = 1;
      Returns:
      The parameter.
    • getParameterBytes

      com.google.protobuf.ByteString getParameterBytes()
       Qualified parameter name
       
      optional string parameter = 1;
      Returns:
      The bytes for parameter.
    • hasUnits

      boolean hasUnits()
       Engineering units
       
      optional string units = 2;
      Returns:
      Whether the units field is set.
    • getUnits

      String getUnits()
       Engineering units
       
      optional string units = 2;
      Returns:
      The units.
    • getUnitsBytes

      com.google.protobuf.ByteString getUnitsBytes()
       Engineering units
       
      optional string units = 2;
      Returns:
      The bytes for units.
    • hasDataSource

      boolean hasDataSource()
       Data source
       
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 3;
      Returns:
      Whether the dataSource field is set.
    • getDataSource

      Mdb.DataSourceType getDataSource()
       Data source
       
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 3;
      Returns:
      The dataSource.
    • getEnumValuesList

      List<Mdb.EnumValue> getEnumValuesList()
       Enumeration states, in case this concerns an enumerated parameter
       
      repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4;
    • getEnumValues

      Mdb.EnumValue getEnumValues(int index)
       Enumeration states, in case this concerns an enumerated parameter
       
      repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4;
    • getEnumValuesCount

      int getEnumValuesCount()
       Enumeration states, in case this concerns an enumerated parameter
       
      repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4;
    • getEnumValuesOrBuilderList

      List<? extends Mdb.EnumValueOrBuilder> getEnumValuesOrBuilderList()
       Enumeration states, in case this concerns an enumerated parameter
       
      repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4;
    • getEnumValuesOrBuilder

      Mdb.EnumValueOrBuilder getEnumValuesOrBuilder(int index)
       Enumeration states, in case this concerns an enumerated parameter
       
      repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4;