| 
 | ||||||||
| 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_1.UpdateState
public enum UpdateState
| Enum Constant Summary | |
|---|---|
| AvailableAn uppdate is available. | |
| CanceledUpdate has been canceled. | |
| DownloadedUpdate has been successfully downloaded. | |
| DownloadingUpdate is being downloaded currently. | |
| ErrorAn error occurred while updating. | |
| InstalledUpdate has been successfully installed. | |
| InstallingUpdate is being installed currently. | |
| InvalidInvalid / not set update state. | |
| MaintenanceUpdate service currently is in maintenance mode. | |
| NotAvailableNo update available. | |
| UserInteractionUpdate 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 | |||||||