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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Mdb.AlarmLevelType getLevel()
      optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
      double getMaxExclusive()
      optional double maxExclusive = 5;
      double getMaxInclusive()
      optional double maxInclusive = 3;
      double getMinExclusive()
      optional double minExclusive = 4;
      double getMinInclusive()
      optional double minInclusive = 2;
      boolean hasLevel()
      optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
      boolean hasMaxExclusive()
      optional double maxExclusive = 5;
      boolean hasMaxInclusive()
      optional double maxInclusive = 3;
      boolean hasMinExclusive()
      optional double minExclusive = 4;
      boolean hasMinInclusive()
      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 Detail

      • 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.