Interface Mdb.InputParameterInfoOrBuilder

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

public static interface Mdb.InputParameterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .yamcs.protobuf.mdb.ArgumentInfo argument = 5;
    optional .yamcs.protobuf.mdb.ArgumentInfo argument = 5;
    optional string inputName = 2;
    com.google.protobuf.ByteString
    optional string inputName = 2;
    boolean
    optional bool mandatory = 4;
    optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
    int
    optional int32 parameterInstance = 3;
    optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
    boolean
    optional .yamcs.protobuf.mdb.ArgumentInfo argument = 5;
    boolean
    optional string inputName = 2;
    boolean
    optional bool mandatory = 4;
    boolean
    optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
    boolean
    optional int32 parameterInstance = 3;

    Methods 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()
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
      Returns:
      Whether the parameter field is set.
    • getParameter

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

      Mdb.ParameterInfoOrBuilder getParameterOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
    • hasInputName

      boolean hasInputName()
      optional string inputName = 2;
      Returns:
      Whether the inputName field is set.
    • getInputName

      String getInputName()
      optional string inputName = 2;
      Returns:
      The inputName.
    • getInputNameBytes

      com.google.protobuf.ByteString getInputNameBytes()
      optional string inputName = 2;
      Returns:
      The bytes for inputName.
    • hasParameterInstance

      boolean hasParameterInstance()
      optional int32 parameterInstance = 3;
      Returns:
      Whether the parameterInstance field is set.
    • getParameterInstance

      int getParameterInstance()
      optional int32 parameterInstance = 3;
      Returns:
      The parameterInstance.
    • hasMandatory

      boolean hasMandatory()
      optional bool mandatory = 4;
      Returns:
      Whether the mandatory field is set.
    • getMandatory

      boolean getMandatory()
      optional bool mandatory = 4;
      Returns:
      The mandatory.
    • hasArgument

      boolean hasArgument()
      optional .yamcs.protobuf.mdb.ArgumentInfo argument = 5;
      Returns:
      Whether the argument field is set.
    • getArgument

      Mdb.ArgumentInfo getArgument()
      optional .yamcs.protobuf.mdb.ArgumentInfo argument = 5;
      Returns:
      The argument.
    • getArgumentOrBuilder

      Mdb.ArgumentInfoOrBuilder getArgumentOrBuilder()
      optional .yamcs.protobuf.mdb.ArgumentInfo argument = 5;