public static enum GCUBEServiceContext.Status extends Enum<GCUBEServiceContext.Status>
| Modifier and Type | Class and Description |
|---|---|
static class |
GCUBEServiceContext.Status.Type
Enumerates the status types.
|
| Enum Constant and Description |
|---|
DEPLOYED |
DOWN |
FAILED |
INITIALISED |
READIED |
STATECHANGED |
UNREACHABLE |
UPDATED |
| Modifier and Type | Field and Description |
|---|---|
protected GCUBEServiceContext.Status.Type |
type
The status type.
|
| Modifier and Type | Method and Description |
|---|---|
static GCUBEServiceContext.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEServiceContext.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GCUBEServiceContext.Status DEPLOYED
public static final GCUBEServiceContext.Status INITIALISED
public static final GCUBEServiceContext.Status READIED
public static final GCUBEServiceContext.Status UPDATED
public static final GCUBEServiceContext.Status STATECHANGED
public static final GCUBEServiceContext.Status FAILED
public static final GCUBEServiceContext.Status DOWN
public static final GCUBEServiceContext.Status UNREACHABLE
protected final GCUBEServiceContext.Status.Type type
public static GCUBEServiceContext.Status[] values()
for (GCUBEServiceContext.Status c : GCUBEServiceContext.Status.values()) System.out.println(c);
public static GCUBEServiceContext.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 © 2015. All Rights Reserved.