static Yamcs.Event.EventSeverity |
Yamcs.Event.EventSeverity.forNumber(int value) |
|
Yamcs.Event.EventSeverity |
Yamcs.Event.Builder.getSeverity() |
optional .yamcs.protobuf.Event.EventSeverity severity = 7 [default = INFO];
|
Yamcs.Event.EventSeverity |
Yamcs.Event.getSeverity() |
optional .yamcs.protobuf.Event.EventSeverity severity = 7 [default = INFO];
|
Yamcs.Event.EventSeverity |
Yamcs.EventOrBuilder.getSeverity() |
optional .yamcs.protobuf.Event.EventSeverity severity = 7 [default = INFO];
|
static Yamcs.Event.EventSeverity |
Yamcs.Event.EventSeverity.valueOf(int value) |
Deprecated.
|
static Yamcs.Event.EventSeverity |
Yamcs.Event.EventSeverity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Yamcs.Event.EventSeverity |
Yamcs.Event.EventSeverity.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Yamcs.Event.EventSeverity[] |
Yamcs.Event.EventSeverity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|