BinaryState
public final enum BinaryState
extends Enum< BinaryState >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.BinaryState > | |
↳ | com.android.tradefed.util.BinaryState |
Enumeración utilizada para registrar el estado ON / OFF con un estado IGNORE no-op.
Resumen
Valores de enumeración | |
---|---|
BinaryState | IGNORE |
BinaryState | OFF |
BinaryState | ON
|
Métodos públicos | |
---|---|
static BinaryState | valueOf (String name) |
static final BinaryState[] | values () |
Valores de enumeración
IGNORAR
public static final BinaryState IGNORE
APAGADO
public static final BinaryState OFF
EN
public static final BinaryState ON
Métodos públicos
valor de
public static BinaryState valueOf (String name)
Parámetros | |
---|---|
name | String |
Devoluciones | |
---|---|
BinaryState |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.