static AlarmNotificationType |
AlarmNotificationType.forNumber(int value) |
|
AlarmNotificationType |
AlarmData.Builder.getNotificationType() |
optional .yamcs.protobuf.alarms.AlarmNotificationType notificationType = 9;
|
AlarmNotificationType |
AlarmData.getNotificationType() |
optional .yamcs.protobuf.alarms.AlarmNotificationType notificationType = 9;
|
AlarmNotificationType |
AlarmDataOrBuilder.getNotificationType() |
optional .yamcs.protobuf.alarms.AlarmNotificationType notificationType = 9;
|
static AlarmNotificationType |
AlarmNotificationType.valueOf(int value) |
Deprecated.
|
static AlarmNotificationType |
AlarmNotificationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static AlarmNotificationType |
AlarmNotificationType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AlarmNotificationType[] |
AlarmNotificationType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|