Uses of Class
org.yamcs.protobuf.AlarmSeverity
-
Packages that use AlarmSeverity Package Description org.yamcs.protobuf -
-
Uses of AlarmSeverity in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return AlarmSeverity Modifier and Type Method Description static AlarmSeverityAlarmSeverity. forNumber(int value)AlarmSeverityAlarmData.Builder. getSeverity()optional .yamcs.protobuf.alarms.AlarmSeverity severity = 5;AlarmSeverityAlarmData. getSeverity()optional .yamcs.protobuf.alarms.AlarmSeverity severity = 5;AlarmSeverityAlarmDataOrBuilder. getSeverity()optional .yamcs.protobuf.alarms.AlarmSeverity severity = 5;static AlarmSeverityAlarmSeverity. valueOf(int value)Deprecated.static AlarmSeverityAlarmSeverity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AlarmSeverityAlarmSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static AlarmSeverity[]AlarmSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yamcs.protobuf that return types with arguments of type AlarmSeverity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AlarmSeverity>AlarmSeverity. internalGetValueMap()Methods in org.yamcs.protobuf with parameters of type AlarmSeverity Modifier and Type Method Description AlarmData.BuilderAlarmData.Builder. setSeverity(AlarmSeverity value)optional .yamcs.protobuf.alarms.AlarmSeverity severity = 5;
-