static Commanding.QueueState |
Commanding.QueueState.forNumber(int value) |
|
Commanding.QueueState |
Commanding.CommandQueueInfo.Builder.getState() |
optional .yamcs.protobuf.commanding.QueueState state = 4;
|
Commanding.QueueState |
Commanding.CommandQueueInfo.getState() |
optional .yamcs.protobuf.commanding.QueueState state = 4;
|
Commanding.QueueState |
Commanding.CommandQueueInfoOrBuilder.getState() |
optional .yamcs.protobuf.commanding.QueueState state = 4;
|
static Commanding.QueueState |
Commanding.QueueState.valueOf(int value) |
Deprecated.
|
static Commanding.QueueState |
Commanding.QueueState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Commanding.QueueState |
Commanding.QueueState.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Commanding.QueueState[] |
Commanding.QueueState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|