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