Package org.yamcs.protobuf
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 Summary
Modifier and TypeMethodDescriptionData sourcegetEnumValues
(int index) Enumeration states, in case this concerns an enumerated parameterint
Enumeration states, in case this concerns an enumerated parameterEnumeration states, in case this concerns an enumerated parametergetEnumValuesOrBuilder
(int index) Enumeration states, in case this concerns an enumerated parameterList<? extends Mdb.EnumValueOrBuilder>
Enumeration states, in case this concerns an enumerated parameterQualified parameter namecom.google.protobuf.ByteString
Qualified parameter namegetUnits()
Engineering unitscom.google.protobuf.ByteString
Engineering unitsboolean
Data sourceboolean
Qualified parameter nameboolean
hasUnits()
Engineering unitsMethods 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
-
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
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
Enumeration states, in case this concerns an enumerated parameter
repeated .yamcs.protobuf.mdb.EnumValue enumValues = 4;
-