Interface Mdb.AlarmRangeOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
    double
    optional double maxExclusive = 5;
    double
    optional double maxInclusive = 3;
    double
    optional double minExclusive = 4;
    double
    optional double minInclusive = 2;
    boolean
    optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
    boolean
    optional double maxExclusive = 5;
    boolean
    optional double maxInclusive = 3;
    boolean
    optional double minExclusive = 4;
    boolean
    optional double minInclusive = 2;

    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

    • hasLevel

      boolean hasLevel()
      optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
      Returns:
      Whether the level field is set.
    • getLevel

      Mdb.AlarmLevelType getLevel()
      optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
      Returns:
      The level.
    • hasMinInclusive

      boolean hasMinInclusive()
      optional double minInclusive = 2;
      Returns:
      Whether the minInclusive field is set.
    • getMinInclusive

      double getMinInclusive()
      optional double minInclusive = 2;
      Returns:
      The minInclusive.
    • hasMaxInclusive

      boolean hasMaxInclusive()
      optional double maxInclusive = 3;
      Returns:
      Whether the maxInclusive field is set.
    • getMaxInclusive

      double getMaxInclusive()
      optional double maxInclusive = 3;
      Returns:
      The maxInclusive.
    • hasMinExclusive

      boolean hasMinExclusive()
      optional double minExclusive = 4;
      Returns:
      Whether the minExclusive field is set.
    • getMinExclusive

      double getMinExclusive()
      optional double minExclusive = 4;
      Returns:
      The minExclusive.
    • hasMaxExclusive

      boolean hasMaxExclusive()
      optional double maxExclusive = 5;
      Returns:
      Whether the maxExclusive field is set.
    • getMaxExclusive

      double getMaxExclusive()
      optional double maxExclusive = 5;
      Returns:
      The maxExclusive.