private static enum Node.EntityEvent extends Enum<Node.EntityEvent>
| Modifier and Type | Method and Description |
|---|---|
private static Class |
getPostEvent(Node.EntityEvent event) |
private static Class |
getPreEvent(Node.EntityEvent event) |
static Node.EntityEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.EntityEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Node.EntityEvent UPDATE
public static final Node.EntityEvent PERSIST
public static final Node.EntityEvent REMOVE
public static final Node.EntityEvent FIND
public static Node.EntityEvent[] values()
for (Node.EntityEvent c : Node.EntityEvent.values()) System.out.println(c);
public static Node.EntityEvent 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 nullprivate static final Class getPreEvent(Node.EntityEvent event)
private static final Class getPostEvent(Node.EntityEvent event)
Copyright © 2015. All Rights Reserved.