Interface Mdb.MissionDatabaseItemOrBuilder

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

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

    • hasSpaceSystem

      boolean hasSpaceSystem()
       A space system
       
      .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 1;
      Returns:
      Whether the spaceSystem field is set.
    • getSpaceSystem

      Mdb.SpaceSystemInfo getSpaceSystem()
       A space system
       
      .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 1;
      Returns:
      The spaceSystem.
    • getSpaceSystemOrBuilder

      Mdb.SpaceSystemInfoOrBuilder getSpaceSystemOrBuilder()
       A space system
       
      .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 1;
    • hasContainer

      boolean hasContainer()
       A container
       
      .yamcs.protobuf.mdb.ContainerInfo container = 2;
      Returns:
      Whether the container field is set.
    • getContainer

      Mdb.ContainerInfo getContainer()
       A container
       
      .yamcs.protobuf.mdb.ContainerInfo container = 2;
      Returns:
      The container.
    • getContainerOrBuilder

      Mdb.ContainerInfoOrBuilder getContainerOrBuilder()
       A container
       
      .yamcs.protobuf.mdb.ContainerInfo container = 2;
    • hasParameter

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

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

      Mdb.ParameterInfoOrBuilder getParameterOrBuilder()
       A parameter
       
      .yamcs.protobuf.mdb.ParameterInfo parameter = 3;
    • hasParameterType

      boolean hasParameterType()
       A parameter type
       
      .yamcs.protobuf.mdb.ParameterTypeInfo parameterType = 4;
      Returns:
      Whether the parameterType field is set.
    • getParameterType

      Mdb.ParameterTypeInfo getParameterType()
       A parameter type
       
      .yamcs.protobuf.mdb.ParameterTypeInfo parameterType = 4;
      Returns:
      The parameterType.
    • getParameterTypeOrBuilder

      Mdb.ParameterTypeInfoOrBuilder getParameterTypeOrBuilder()
       A parameter type
       
      .yamcs.protobuf.mdb.ParameterTypeInfo parameterType = 4;
    • hasCommand

      boolean hasCommand()
       A command
       
      .yamcs.protobuf.mdb.CommandInfo command = 5;
      Returns:
      Whether the command field is set.
    • getCommand

      Mdb.CommandInfo getCommand()
       A command
       
      .yamcs.protobuf.mdb.CommandInfo command = 5;
      Returns:
      The command.
    • getCommandOrBuilder

      Mdb.CommandInfoOrBuilder getCommandOrBuilder()
       A command
       
      .yamcs.protobuf.mdb.CommandInfo command = 5;
    • hasAlgorithm

      boolean hasAlgorithm()
       An algorithm
       
      .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;
      Returns:
      Whether the algorithm field is set.
    • getAlgorithm

      Mdb.AlgorithmInfo getAlgorithm()
       An algorithm
       
      .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;
      Returns:
      The algorithm.
    • getAlgorithmOrBuilder

      Mdb.AlgorithmInfoOrBuilder getAlgorithmOrBuilder()
       An algorithm
       
      .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;
    • getItemCase