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 and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Falta la información que necesito"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Muy complicado o demasiados pasos"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Desactualizado"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problema de traducción"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problema con las muestras o los códigos"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Otro"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Fácil de comprender"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Resolvió mi problema"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Otro"
}]