@Generated public enum LibraryInstallStatus extends Enum<LibraryInstallStatus>
Enum Constant and Description |
---|
FAILED |
INSTALLED |
INSTALLING |
PENDING |
RESOLVING |
RESTORED |
SKIPPED |
UNINSTALL_ON_RESTART |
Modifier and Type | Method and Description |
---|---|
static LibraryInstallStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibraryInstallStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibraryInstallStatus FAILED
public static final LibraryInstallStatus INSTALLED
public static final LibraryInstallStatus INSTALLING
public static final LibraryInstallStatus PENDING
public static final LibraryInstallStatus RESOLVING
public static final LibraryInstallStatus RESTORED
public static final LibraryInstallStatus SKIPPED
public static final LibraryInstallStatus UNINSTALL_ON_RESTART
public static LibraryInstallStatus[] values()
for (LibraryInstallStatus c : LibraryInstallStatus.values()) System.out.println(c);
public static LibraryInstallStatus 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 © 2024. All rights reserved.