Interface Mdb.ArgumentTypeInfoOrBuilder

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

    public static interface Mdb.ArgumentTypeInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasEngType

        boolean hasEngType()
        optional string engType = 1;
      • getEngType

        String getEngType()
        optional string engType = 1;
      • getEngTypeBytes

        com.google.protobuf.ByteString getEngTypeBytes()
        optional string engType = 1;
      • hasDataEncoding

        boolean hasDataEncoding()
        optional .yamcs.protobuf.mdb.DataEncodingInfo dataEncoding = 2;
      • getDataEncoding

        Mdb.DataEncodingInfo getDataEncoding()
        optional .yamcs.protobuf.mdb.DataEncodingInfo dataEncoding = 2;
      • getDataEncodingOrBuilder

        Mdb.DataEncodingInfoOrBuilder getDataEncodingOrBuilder()
        optional .yamcs.protobuf.mdb.DataEncodingInfo dataEncoding = 2;
      • getUnitSetList

        List<Mdb.UnitInfo> getUnitSetList()
        repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
      • getUnitSet

        Mdb.UnitInfo getUnitSet​(int index)
        repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
      • getUnitSetCount

        int getUnitSetCount()
        repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
      • getUnitSetOrBuilderList

        List<? extends Mdb.UnitInfoOrBuilder> getUnitSetOrBuilderList()
        repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
      • getUnitSetOrBuilder

        Mdb.UnitInfoOrBuilder getUnitSetOrBuilder​(int index)
        repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
      • getEnumValueList

        List<Mdb.EnumValue> getEnumValueList()
        repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
      • getEnumValue

        Mdb.EnumValue getEnumValue​(int index)
        repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
      • getEnumValueCount

        int getEnumValueCount()
        repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
      • getEnumValueOrBuilderList

        List<? extends Mdb.EnumValueOrBuilder> getEnumValueOrBuilderList()
        repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
      • getEnumValueOrBuilder

        Mdb.EnumValueOrBuilder getEnumValueOrBuilder​(int index)
        repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
      • hasRangeMin

        boolean hasRangeMin()
        optional double rangeMin = 6;
      • getRangeMin

        double getRangeMin()
        optional double rangeMin = 6;
      • hasRangeMax

        boolean hasRangeMax()
        optional double rangeMax = 7;
      • getRangeMax

        double getRangeMax()
        optional double rangeMax = 7;
      • getMember

        Mdb.ArgumentMemberInfo getMember​(int index)
        repeated .yamcs.protobuf.mdb.ArgumentMemberInfo member = 8;
      • getMemberCount

        int getMemberCount()
        repeated .yamcs.protobuf.mdb.ArgumentMemberInfo member = 8;