Interface Mdb.ParameterInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mdb.ParameterInfo, Mdb.ParameterInfo.Builder
Enclosing class:
Mdb

public static interface Mdb.ParameterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

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

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

      com.google.protobuf.ByteString getNameBytes()
      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;
    • hasType

      boolean hasType()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
      Returns:
      Whether the type field is set.
    • getType

      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
      Returns:
      The type.
    • getTypeOrBuilder

      Mdb.ParameterTypeInfoOrBuilder getTypeOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
    • hasDataSource

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

      Mdb.DataSourceType getDataSource()
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
      Returns:
      The dataSource.
    • hasUsedBy

      boolean hasUsedBy()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
      Returns:
      Whether the usedBy field is set.
    • getUsedBy

      Mdb.UsedByInfo getUsedBy()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
      Returns:
      The usedBy.
    • getUsedByOrBuilder

      Mdb.UsedByInfoOrBuilder getUsedByOrBuilder()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
    • getAncillaryDataCount

      int getAncillaryDataCount()
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
    • containsAncillaryData

      boolean containsAncillaryData(String key)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
    • getAncillaryData

      Deprecated.
    • getAncillaryDataMap

      Map<String,Mdb.AncillaryDataInfo> getAncillaryDataMap()
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
    • getAncillaryDataOrDefault

      Mdb.AncillaryDataInfo getAncillaryDataOrDefault(String key, Mdb.AncillaryDataInfo defaultValue)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
    • getAncillaryDataOrThrow

      Mdb.AncillaryDataInfo getAncillaryDataOrThrow(String key)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
    • getPathList

      List<String> getPathList()
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Returns:
      A list containing the path.
    • getPathCount

      int getPathCount()
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Returns:
      The count of path.
    • getPath

      String getPath(int index)
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The path at the given index.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes(int index)
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the path at the given index.