static StreamEvent.Type |
StreamEvent.Type.forNumber(int value) |
|
StreamEvent.Type |
StreamEvent.Builder.getType() |
optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
|
StreamEvent.Type |
StreamEvent.getType() |
optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
|
StreamEvent.Type |
StreamEventOrBuilder.getType() |
optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
|
static StreamEvent.Type |
StreamEvent.Type.valueOf(int value) |
Deprecated.
|
static StreamEvent.Type |
StreamEvent.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static StreamEvent.Type |
StreamEvent.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static StreamEvent.Type[] |
StreamEvent.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|