BinaryState
public final enum BinaryState
extends Enum< BinaryState >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.BinaryState > | |
↳ | com.android.tradefed.util.BinaryState |
用于记录具有IGNORE无操作状态的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.
[]
[]