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


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

概要

Enum 値

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

UNKNOWN

public static final CommandScheduler.HostState UNKNOWN

パブリック メソッド

valueOf

public static CommandScheduler.HostState valueOf (String name)

パラメータ
name String

戻り値
CommandScheduler.HostState

values

public static final HostState[] values ()

戻り値
HostState[]