Uses of Class
org.yamcs.protobuf.AlarmType
-
Packages that use AlarmType Package Description org.yamcs.protobuf -
-
Uses of AlarmType in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return AlarmType Modifier and Type Method Description static AlarmTypeAlarmType. forNumber(int value)AlarmTypeAlarmData.Builder. getType()optional .yamcs.protobuf.alarms.AlarmType type = 1;AlarmTypeAlarmData. getType()optional .yamcs.protobuf.alarms.AlarmType type = 1;AlarmTypeAlarmDataOrBuilder. getType()optional .yamcs.protobuf.alarms.AlarmType type = 1;static AlarmTypeAlarmType. valueOf(int value)Deprecated.static AlarmTypeAlarmType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AlarmTypeAlarmType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlarmType[]AlarmType. 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 AlarmType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AlarmType>AlarmType. internalGetValueMap()Methods in org.yamcs.protobuf with parameters of type AlarmType Modifier and Type Method Description AlarmData.BuilderAlarmData.Builder. setType(AlarmType value)optional .yamcs.protobuf.alarms.AlarmType type = 1;
-