StatusCheckerResult.CheckStatus
public
static
final
enum
StatusCheckerResult.CheckStatus
extends Enum<StatusCheckerResult.CheckStatus>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.suite.checker.StatusCheckerResult.CheckStatus> | |
↳ | com.android.tradefed.suite.checker.StatusCheckerResult.CheckStatus |
Riepilogo
Valori enum | |
---|---|
StatusCheckerResult.CheckStatus |
FAILED
Il controllo dello stato non è andato a buon fine. |
StatusCheckerResult.CheckStatus |
SUCCESS
Il controllo dello stato è andato a buon fine |
Metodi pubblici | |
---|---|
static
StatusCheckerResult.CheckStatus
|
valueOf(String name)
|
static
final
CheckStatus[]
|
values()
|
Valori enum
OPERAZIONE NON RIUSCITA
public static final StatusCheckerResult.CheckStatus FAILED
Il controllo dello stato non è andato a buon fine. Potrebbe essere disponibile un messaggio di errore (facoltativo).
OPERAZIONE RIUSCITA
public static final StatusCheckerResult.CheckStatus SUCCESS
Il controllo dello stato è andato a buon fine
Metodi pubblici
valueOf
public static StatusCheckerResult.CheckStatus valueOf (String name)
Parametri | |
---|---|
name |
String |
Ritorni | |
---|---|
StatusCheckerResult.CheckStatus |