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 usado para registrar o estado ON / OFF com um estado no-op IGNORE.
Resumo
Valores enum | |
---|---|
BinaryState | IGNORE |
BinaryState | OFF |
BinaryState | ON
|
Métodos públicos | |
---|---|
static BinaryState | valueOf (String name) |
static final BinaryState[] | values () |
Valores enum
IGNORAR
public static final BinaryState IGNORE
FORA
public static final BinaryState OFF
EM
public static final BinaryState ON
Métodos públicos
valor de
public static BinaryState valueOf (String name)
Parâmetros | |
---|---|
name | String |
Devoluções | |
---|---|
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.