public enum EventType extends Enum<EventType>
| Enum Constant and Description |
|---|
NODE_ADDED |
NODE_MOVED |
NODE_REMOVED |
PERSIST |
PROPERTY_ADDED |
PROPERTY_CHANGED |
PROPERTY_REMOVED |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static EventType |
valueOf(Integer i)
Get the Fedora event type for a JCR type
|
static EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType NODE_ADDED
public static final EventType NODE_REMOVED
public static final EventType PROPERTY_ADDED
public static final EventType PROPERTY_REMOVED
public static final EventType PROPERTY_CHANGED
public static final EventType NODE_MOVED
public static final EventType PERSIST
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType 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 nullpublic String getName()
Copyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.