protected static enum AppCenterViewsManager.SnapshotStatus extends Enum<AppCenterViewsManager.SnapshotStatus>
PackageState
Enum Constant and Description |
---|
completed |
downloading |
error |
installing |
restartNeeded |
saving |
Modifier and Type | Method and Description |
---|---|
static AppCenterViewsManager.SnapshotStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppCenterViewsManager.SnapshotStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppCenterViewsManager.SnapshotStatus downloading
public static final AppCenterViewsManager.SnapshotStatus saving
public static final AppCenterViewsManager.SnapshotStatus installing
public static final AppCenterViewsManager.SnapshotStatus error
public static final AppCenterViewsManager.SnapshotStatus completed
public static final AppCenterViewsManager.SnapshotStatus restartNeeded
public static AppCenterViewsManager.SnapshotStatus[] values()
for (AppCenterViewsManager.SnapshotStatus c : AppCenterViewsManager.SnapshotStatus.values()) System.out.println(c);
public static AppCenterViewsManager.SnapshotStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 Nuxeo. All rights reserved.