BinaryState
public final enum BinaryState
extends Enum< BinaryState >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.BinaryState > | |
↳ | com.android.tradefed.util.BinaryState |
Enum utilizzato per registrare lo stato ON / OFF con uno stato di non operazione IGNORE.
Sommario
Valori enumerativi | |
---|---|
BinaryState | IGNORE |
BinaryState | OFF |
BinaryState | ON
|
Metodi pubblici | |
---|---|
static BinaryState | valueOf (String name) |
static final BinaryState[] | values () |
Valori enumerativi
IGNORARE
public static final BinaryState IGNORE
OFF
public static final BinaryState OFF
SOPRA
public static final BinaryState ON
Metodi pubblici
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.
[]
[]