CommandScheduler.HostState
public
static
final
enum
CommandScheduler.HostState
extends Enum<CommandScheduler.HostState>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.command.CommandScheduler.HostState> | |
| ↳ | com.android.tradefed.command.CommandScheduler.HostState | |
होस्ट की अलग-अलग स्थिति के लिए Enums
खास जानकारी
Enum वैल्यू | |
|---|---|
CommandScheduler.HostState |
KILLING
|
CommandScheduler.HostState |
QUITTING
|
CommandScheduler.HostState |
RUNNING
|
CommandScheduler.HostState |
UNKNOWN
|
सार्वजनिक तरीके | |
|---|---|
static
CommandScheduler.HostState
|
valueOf(String name)
|
static
final
HostState[]
|
values()
|
Enum वैल्यू
सार्वजनिक तरीके
valueOf
public static CommandScheduler.HostState valueOf (String name)
| पैरामीटर | |
|---|---|
name |
String |
| रिटर्न | |
|---|---|
CommandScheduler.HostState |
|