|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UpdateState>
org.virtualbox_7_0.UpdateState
public enum UpdateState
Enum Constant Summary | |
---|---|
Available
An uppdate is available. |
|
Canceled
Update has been canceled. |
|
Downloaded
Update has been successfully downloaded. |
|
Downloading
Update is being downloaded currently. |
|
Error
An error occurred while updating. |
|
Installed
Update has been successfully installed. |
|
Installing
Update is being installed currently. |
|
Invalid
Invalid / not set update state. |
|
Maintenance
Update service currently is in maintenance mode. |
|
NotAvailable
No update available. |
|
UserInteraction
Update requires user interaction to continue. |
Method Summary | |
---|---|
static UpdateState |
fromValue(long v)
|
static UpdateState |
fromValue(java.lang.String v)
|
int |
value()
|
static UpdateState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UpdateState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UpdateState Invalid
public static final UpdateState Available
public static final UpdateState NotAvailable
public static final UpdateState Downloading
public static final UpdateState Downloaded
public static final UpdateState Installing
public static final UpdateState Installed
public static final UpdateState UserInteraction
public static final UpdateState Canceled
public static final UpdateState Maintenance
public static final UpdateState Error
Method Detail |
---|
public static UpdateState[] values()
for (UpdateState c : UpdateState.values()) System.out.println(c);
public static UpdateState 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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static UpdateState fromValue(long v)
public static UpdateState fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |