|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConfEvent.EventType>
com.genesyslab.platform.applicationblocks.com.ConfEvent.EventType
public static enum ConfEvent.EventType
Describes the configuration event types that can be received from Configuration Server.
Enum Constant Summary | |
---|---|
ObjectCreated
The event signifies the creation of a Configuration Server object. |
|
ObjectDeleted
The event signifies the deletion of a Configuration Server object. |
|
ObjectUpdated
The event signifies the update of a Configuration Server object. |
Method Summary | |
---|---|
static ConfEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfEvent.EventType[] |
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 |
---|
public static final ConfEvent.EventType ObjectCreated
public static final ConfEvent.EventType ObjectDeleted
public static final ConfEvent.EventType ObjectUpdated
Method Detail |
---|
public static ConfEvent.EventType[] values()
for (ConfEvent.EventType c : ConfEvent.EventType.values()) System.out.println(c);
public static ConfEvent.EventType 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 name
java.lang.NullPointerException
- if the argument is null
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |