public static enum VacuumSounpackInstallState.Error extends java.lang.Enum<VacuumSounpackInstallState.Error>
| Enum Constant | Description |
|---|---|
CHECKSUM |
|
DOWNLOAD |
|
ERROR_1 |
|
ERROR_4 |
|
NONE |
|
UNKNOWN |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCode() |
|
static VacuumSounpackInstallState.Error |
valueOf(int code) |
Returns the enum constant of this type with the specified name.
|
static VacuumSounpackInstallState.Error |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VacuumSounpackInstallState.Error[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VacuumSounpackInstallState.Error NONE
public static final VacuumSounpackInstallState.Error ERROR_1
public static final VacuumSounpackInstallState.Error DOWNLOAD
public static final VacuumSounpackInstallState.Error CHECKSUM
public static final VacuumSounpackInstallState.Error ERROR_4
public static final VacuumSounpackInstallState.Error UNKNOWN
public static VacuumSounpackInstallState.Error[] values()
for (VacuumSounpackInstallState.Error c : VacuumSounpackInstallState.Error.values()) System.out.println(c);
public static VacuumSounpackInstallState.Error 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.Error valueOf(int code)
code - 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 getCode()
Copyright © 2018. All rights reserved.