DynamicSystemPreparer.PvmfwFlashMode

public static final enum DynamicSystemPreparer.PvmfwFlashMode
extends Enum<DynamicSystemPreparer.PvmfwFlashMode>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.targetprep.DynamicSystemPreparer.PvmfwFlashMode>
     ↳ com.android.tradefed.targetprep.DynamicSystemPreparer.PvmfwFlashMode


概要

Enum 値

DynamicSystemPreparer.PvmfwFlashMode  AUTO

 

DynamicSystemPreparer.PvmfwFlashMode  OFF

 

DynamicSystemPreparer.PvmfwFlashMode  ON

 

パブリック メソッド

static DynamicSystemPreparer.PvmfwFlashMode valueOf(String name)
static final PvmfwFlashMode[] values()

列挙値

自動

public static final DynamicSystemPreparer.PvmfwFlashMode AUTO

オフ

public static final DynamicSystemPreparer.PvmfwFlashMode OFF

オン

public static final DynamicSystemPreparer.PvmfwFlashMode ON

パブリック メソッド

valueOf

public static DynamicSystemPreparer.PvmfwFlashMode valueOf (String name)

パラメータ
name String

戻り値
DynamicSystemPreparer.PvmfwFlashMode

values

public static final PvmfwFlashMode[] values ()

戻り値
PvmfwFlashMode[]