Command.StatusCase.Kind

public enum Command.StatusCase.Kind


The possible kind of Command.StatusCase.

Summary

Enum Values

CLEAR_APPS_DATA_STATUS

The status of the clear apps data command.

NONE

Public methods

static Command.StatusCase.Kind

Returns the enum constant of this type with the specified name.

static Command.StatusCase.Kind[]

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

CLEAR_APPS_DATA_STATUS

Command.StatusCase.Kind Command.StatusCase.Kind.CLEAR_APPS_DATA_STATUS

The status of the clear apps data command.

Public methods

valueOf

public static Command.StatusCase.Kind valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
Command.StatusCase.Kind

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static Command.StatusCase.Kind[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Command.StatusCase.Kind[]

an array containing the constants of this enum type, in the order they're declared