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 wird verwendet, um den EIN / AUS-Status mit einem IGNORE-No-Op-Status aufzuzeichnen.
Zusammenfassung
Aufzählungswerte | |
---|---|
BinaryState | IGNORE |
BinaryState | OFF |
BinaryState | ON
|
Öffentliche Methoden | |
---|---|
static BinaryState | valueOf (String name) |
static final BinaryState[] | values () |
Aufzählungswerte
IGNORIEREN
public static final BinaryState IGNORE
AUS
public static final BinaryState OFF
AUF
public static final BinaryState ON
Öffentliche Methoden
Wert von
public static BinaryState valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
BinaryState |
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.
[]
[]