Interface ExtractedParameterValueOrBuilder

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

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

    • hasParameter

      boolean hasParameter()
       Qualified name of the parameter
       
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
      Returns:
      Whether the parameter field is set.
    • getParameter

      Mdb.ParameterInfo getParameter()
       Qualified name of the parameter
       
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
      Returns:
      The parameter.
    • getParameterOrBuilder

      Mdb.ParameterInfoOrBuilder getParameterOrBuilder()
       Qualified name of the parameter
       
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
    • hasEntryContainer

      boolean hasEntryContainer()
       Qualified name of the container that defines this
       specific entry.
       
      optional .yamcs.protobuf.mdb.ContainerInfo entryContainer = 2;
      Returns:
      Whether the entryContainer field is set.
    • getEntryContainer

      Mdb.ContainerInfo getEntryContainer()
       Qualified name of the container that defines this
       specific entry.
       
      optional .yamcs.protobuf.mdb.ContainerInfo entryContainer = 2;
      Returns:
      The entryContainer.
    • getEntryContainerOrBuilder

      Mdb.ContainerInfoOrBuilder getEntryContainerOrBuilder()
       Qualified name of the container that defines this
       specific entry.
       
      optional .yamcs.protobuf.mdb.ContainerInfo entryContainer = 2;
    • hasLocation

      boolean hasLocation()
       Absolute location in bits, within the full packet
       
      optional int32 location = 3;
      Returns:
      Whether the location field is set.
    • getLocation

      int getLocation()
       Absolute location in bits, within the full packet
       
      optional int32 location = 3;
      Returns:
      The location.
    • hasSize

      boolean hasSize()
       Bit length
       
      optional int32 size = 4;
      Returns:
      Whether the size field is set.
    • getSize

      int getSize()
       Bit length
       
      optional int32 size = 4;
      Returns:
      The size.
    • hasRawValue

      boolean hasRawValue()
       Raw value
       
      optional .yamcs.protobuf.Value rawValue = 5;
      Returns:
      Whether the rawValue field is set.
    • getRawValue

      Yamcs.Value getRawValue()
       Raw value
       
      optional .yamcs.protobuf.Value rawValue = 5;
      Returns:
      The rawValue.
    • getRawValueOrBuilder

      Yamcs.ValueOrBuilder getRawValueOrBuilder()
       Raw value
       
      optional .yamcs.protobuf.Value rawValue = 5;
    • hasEngValue

      boolean hasEngValue()
       Engineering value
       
      optional .yamcs.protobuf.Value engValue = 6;
      Returns:
      Whether the engValue field is set.
    • getEngValue

      Yamcs.Value getEngValue()
       Engineering value
       
      optional .yamcs.protobuf.Value engValue = 6;
      Returns:
      The engValue.
    • getEngValueOrBuilder

      Yamcs.ValueOrBuilder getEngValueOrBuilder()
       Engineering value
       
      optional .yamcs.protobuf.Value engValue = 6;