Interface Mdb.ArrayInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDimensions()
      optional int32 dimensions = 2;
      Mdb.ParameterTypeInfo getType()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 1;
      Mdb.ParameterTypeInfoOrBuilder getTypeOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 1;
      boolean hasDimensions()
      optional int32 dimensions = 2;
      boolean hasType()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 1;
      • 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 Detail

      • hasType

        boolean hasType()
        optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 1;
      • hasDimensions

        boolean hasDimensions()
        optional int32 dimensions = 2;
      • getDimensions

        int getDimensions()
        optional int32 dimensions = 2;