public static enum Events.GHNTopic extends Enum<Events.GHNTopic> implements GCUBETopic
GCUBETopic for the registration of RIs.| Enum Constant and Description |
|---|
READY |
RIREGISTRATION |
SHUTDOWN |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static Events.GHNTopic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Events.GHNTopic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Events.GHNTopic RIREGISTRATION
public static final Events.GHNTopic UPDATE
public static final Events.GHNTopic SHUTDOWN
public static final Events.GHNTopic READY
public static Events.GHNTopic[] values()
for (Events.GHNTopic c : Events.GHNTopic.values()) System.out.println(c);
public static Events.GHNTopic 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.