org.gcube.common.core.contexts.ghn
Enum Events.GHNTopic

java.lang.Object
  extended by java.lang.Enum<Events.GHNTopic>
      extended by org.gcube.common.core.contexts.ghn.Events.GHNTopic
All Implemented Interfaces:
Serializable, Comparable<Events.GHNTopic>, GCUBETopic
Enclosing class:
Events

public static enum Events.GHNTopic
extends Enum<Events.GHNTopic>
implements GCUBETopic

A GCUBETopic for the registration of RIs.


Enum Constant Summary
READY
           
RIREGISTRATION
           
SHUTDOWN
           
UPDATE
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

RIREGISTRATION

public static final Events.GHNTopic RIREGISTRATION

UPDATE

public static final Events.GHNTopic UPDATE

SHUTDOWN

public static final Events.GHNTopic SHUTDOWN

READY

public static final Events.GHNTopic READY
Method Detail

values

public static Events.GHNTopic[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Events.GHNTopic c : Events.GHNTopic.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Events.GHNTopic valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2013. All Rights Reserved.