Interface Mdb.SequenceEntryInfoOrBuilder

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

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

    • hasLocationInBits

      boolean hasLocationInBits()
      optional int32 locationInBits = 1;
      Returns:
      Whether the locationInBits field is set.
    • getLocationInBits

      int getLocationInBits()
      optional int32 locationInBits = 1;
      Returns:
      The locationInBits.
    • hasReferenceLocation

      boolean hasReferenceLocation()
      optional .yamcs.protobuf.mdb.SequenceEntryInfo.ReferenceLocationType referenceLocation = 2;
      Returns:
      Whether the referenceLocation field is set.
    • getReferenceLocation

      optional .yamcs.protobuf.mdb.SequenceEntryInfo.ReferenceLocationType referenceLocation = 2;
      Returns:
      The referenceLocation.
    • hasContainer

      boolean hasContainer()
       For use in sequence containers
       
      optional .yamcs.protobuf.mdb.ContainerInfo container = 3;
      Returns:
      Whether the container field is set.
    • getContainer

      Mdb.ContainerInfo getContainer()
       For use in sequence containers
       
      optional .yamcs.protobuf.mdb.ContainerInfo container = 3;
      Returns:
      The container.
    • getContainerOrBuilder

      Mdb.ContainerInfoOrBuilder getContainerOrBuilder()
       For use in sequence containers
       
      optional .yamcs.protobuf.mdb.ContainerInfo container = 3;
    • hasParameter

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

      Mdb.ParameterInfo getParameter()
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 4;
      Returns:
      The parameter.
    • getParameterOrBuilder

      Mdb.ParameterInfoOrBuilder getParameterOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 4;
    • hasArgument

      boolean hasArgument()
       For use in command containers
       
      optional .yamcs.protobuf.mdb.ArgumentInfo argument = 6;
      Returns:
      Whether the argument field is set.
    • getArgument

      Mdb.ArgumentInfo getArgument()
       For use in command containers
       
      optional .yamcs.protobuf.mdb.ArgumentInfo argument = 6;
      Returns:
      The argument.
    • getArgumentOrBuilder

      Mdb.ArgumentInfoOrBuilder getArgumentOrBuilder()
       For use in command containers
       
      optional .yamcs.protobuf.mdb.ArgumentInfo argument = 6;
    • hasFixedValue

      boolean hasFixedValue()
      optional .yamcs.protobuf.mdb.FixedValueInfo fixedValue = 7;
      Returns:
      Whether the fixedValue field is set.
    • getFixedValue

      Mdb.FixedValueInfo getFixedValue()
      optional .yamcs.protobuf.mdb.FixedValueInfo fixedValue = 7;
      Returns:
      The fixedValue.
    • getFixedValueOrBuilder

      Mdb.FixedValueInfoOrBuilder getFixedValueOrBuilder()
      optional .yamcs.protobuf.mdb.FixedValueInfo fixedValue = 7;
    • hasRepeat

      boolean hasRepeat()
      optional .yamcs.protobuf.mdb.RepeatInfo repeat = 5;
      Returns:
      Whether the repeat field is set.
    • getRepeat

      Mdb.RepeatInfo getRepeat()
      optional .yamcs.protobuf.mdb.RepeatInfo repeat = 5;
      Returns:
      The repeat.
    • getRepeatOrBuilder

      Mdb.RepeatInfoOrBuilder getRepeatOrBuilder()
      optional .yamcs.protobuf.mdb.RepeatInfo repeat = 5;