public static enum BundleInfo.State extends java.lang.Enum<BundleInfo.State>
Enum Constant and Description |
---|
ACTIVE |
INSTALLED |
RESOLVED |
STARTING |
STOPPING |
UNINSTALLED |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static BundleInfo.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BundleInfo.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleInfo.State INSTALLED
public static final BundleInfo.State RESOLVED
public static final BundleInfo.State STARTING
public static final BundleInfo.State ACTIVE
public static final BundleInfo.State STOPPING
public static final BundleInfo.State UNINSTALLED
public static final BundleInfo.State UNKNOWN
public static BundleInfo.State[] values()
for (BundleInfo.State c : BundleInfo.State.values()) System.out.println(c);
public static BundleInfo.State 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 namejava.lang.NullPointerException
- if the argument is nullCopyright © 2011-2014 Red Hat. All Rights Reserved.