public enum LifeCycleEvent extends Enum<LifeCycleEvent>
| Enum Constant and Description |
|---|
CREATED |
DELETED |
DELETING |
LOADED |
LOADING |
SAVED |
SAVING |
UPDATED |
UPDATING |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Facet> |
getFacetClass() |
static LifeCycleEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeCycleEvent CREATED
public static final LifeCycleEvent DELETED
public static final LifeCycleEvent DELETING
public static final LifeCycleEvent LOADED
public static final LifeCycleEvent LOADING
public static final LifeCycleEvent SAVED
public static final LifeCycleEvent SAVING
public static final LifeCycleEvent UPDATED
public static final LifeCycleEvent UPDATING
public static LifeCycleEvent[] values()
for (LifeCycleEvent c : LifeCycleEvent.values()) System.out.println(c);
public static LifeCycleEvent 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 Class<? extends Facet> getFacetClass()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.