BinaryState
public final enum BinaryState
extends Enum< BinaryState >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.BinaryState > | |
↳ | com.android.tradefed.util.BinaryState |
IGNOREno-op状態でON / OFF状態を記録するために使用される列挙型。
概要
列挙値 | |
---|---|
BinaryState | IGNORE |
BinaryState | OFF |
BinaryState | ON
|
パブリックメソッド | |
---|---|
static BinaryState | valueOf (String name) |
static final BinaryState[] | values () |
列挙値
無視する
public static final BinaryState IGNORE
オフ
public static final BinaryState OFF
オン
public static final BinaryState ON
パブリックメソッド
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[]
[]