public static enum ComponentDescription.Status extends Enum<ComponentDescription.Status>
Enum Constant and Description |
---|
AVAILABLE |
CANCELLED |
DOWNLOADED |
DOWNLOADING |
ERROR |
INSTALLED |
INSTALLING |
PAUSED |
VERIFYING |
Modifier and Type | Method and Description |
---|---|
static ComponentDescription.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentDescription.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentDescription.Status AVAILABLE
public static final ComponentDescription.Status DOWNLOADING
public static final ComponentDescription.Status PAUSED
public static final ComponentDescription.Status VERIFYING
public static final ComponentDescription.Status DOWNLOADED
public static final ComponentDescription.Status INSTALLING
public static final ComponentDescription.Status CANCELLED
public static final ComponentDescription.Status ERROR
public static final ComponentDescription.Status INSTALLED
public static ComponentDescription.Status[] values()
for (ComponentDescription.Status c : ComponentDescription.Status.values()) System.out.println(c);
public static ComponentDescription.Status 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 © 2000–2016 DFKI GmbH. All rights reserved.