public static enum VacuumSounpackInstallState.State extends java.lang.Enum<VacuumSounpackInstallState.State>
| Enum Constant | Description |
|---|---|
DONE |
|
DOWNLOAD |
|
ERROR |
|
INSTALLING |
|
UNKNOWN |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getState() |
|
static VacuumSounpackInstallState.State |
valueOf(int state) |
Returns the enum constant of this type with the specified name.
|
static VacuumSounpackInstallState.State |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VacuumSounpackInstallState.State[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VacuumSounpackInstallState.State UNKNOWN
public static final VacuumSounpackInstallState.State DOWNLOAD
public static final VacuumSounpackInstallState.State INSTALLING
public static final VacuumSounpackInstallState.State DONE
public static final VacuumSounpackInstallState.State ERROR
public static VacuumSounpackInstallState.State[] values()
for (VacuumSounpackInstallState.State c : VacuumSounpackInstallState.State.values()) System.out.println(c);
public static VacuumSounpackInstallState.State valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static VacuumSounpackInstallState.State valueOf(int state)
state - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getState()
Copyright © 2018. All rights reserved.