public static enum GCUBEServiceContext.RILifetimeTopic extends Enum<GCUBEServiceContext.RILifetimeTopic> implements GCUBETopic
| Enum Constant and Description |
|---|
DEPLOYED |
DOWN |
FAILED |
INITIALISED |
READY |
STATECHANGE |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static GCUBEServiceContext.RILifetimeTopic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEServiceContext.RILifetimeTopic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GCUBEServiceContext.RILifetimeTopic DEPLOYED
public static final GCUBEServiceContext.RILifetimeTopic INITIALISED
public static final GCUBEServiceContext.RILifetimeTopic READY
public static final GCUBEServiceContext.RILifetimeTopic FAILED
public static final GCUBEServiceContext.RILifetimeTopic UPDATED
public static final GCUBEServiceContext.RILifetimeTopic STATECHANGE
public static final GCUBEServiceContext.RILifetimeTopic DOWN
public static GCUBEServiceContext.RILifetimeTopic[] values()
for (GCUBEServiceContext.RILifetimeTopic c : GCUBEServiceContext.RILifetimeTopic.values()) System.out.println(c);
public static GCUBEServiceContext.RILifetimeTopic 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.