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


ホストのさまざまなステータスの列挙

まとめ

列挙値

CommandScheduler.HostState KILLING

CommandScheduler.HostState QUITTING

CommandScheduler.HostState RUNNING

CommandScheduler.HostState UNKNOWN

公開メソッド

static CommandScheduler.HostState valueOf (String name)
static final HostState[] values ()

列挙値

殺害

public static final CommandScheduler.HostState KILLING

やめる

public static final CommandScheduler.HostState QUITTING

ランニング

public static final CommandScheduler.HostState RUNNING

知らない

public static final CommandScheduler.HostState UNKNOWN

公開メソッド

値の

public static CommandScheduler.HostState valueOf (String name)

パラメーター
name String

戻り値
CommandScheduler.HostState

public static final HostState[] values ()

戻り値
HostState[]