Package org.yamcs.protobuf
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.AlarmLevelTypegetLevel()optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;doublegetMaxExclusive()optional double maxExclusive = 5;doublegetMaxInclusive()optional double maxInclusive = 3;doublegetMinExclusive()optional double minExclusive = 4;doublegetMinInclusive()optional double minInclusive = 2;booleanhasLevel()optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;booleanhasMaxExclusive()optional double maxExclusive = 5;booleanhasMaxInclusive()optional double maxInclusive = 3;booleanhasMinExclusive()optional double minExclusive = 4;booleanhasMinInclusive()optional double minInclusive = 2;-
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;
-
getLevel
Mdb.AlarmLevelType getLevel()
optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
-
hasMinInclusive
boolean hasMinInclusive()
optional double minInclusive = 2;
-
getMinInclusive
double getMinInclusive()
optional double minInclusive = 2;
-
hasMaxInclusive
boolean hasMaxInclusive()
optional double maxInclusive = 3;
-
getMaxInclusive
double getMaxInclusive()
optional double maxInclusive = 3;
-
hasMinExclusive
boolean hasMinExclusive()
optional double minExclusive = 4;
-
getMinExclusive
double getMinExclusive()
optional double minExclusive = 4;
-
hasMaxExclusive
boolean hasMaxExclusive()
optional double maxExclusive = 5;
-
getMaxExclusive
double getMaxExclusive()
optional double maxExclusive = 5;
-
-