public static enum ModelLifecycleEvent.ModelPhase extends Enum<ModelLifecycleEvent.ModelPhase>
Enum Constant and Description |
---|
AfterChange |
BeforeChange |
Initialized |
Reset |
Modifier and Type | Method and Description |
---|---|
static ModelLifecycleEvent.ModelPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelLifecycleEvent.ModelPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelLifecycleEvent.ModelPhase Initialized
public static final ModelLifecycleEvent.ModelPhase BeforeChange
public static final ModelLifecycleEvent.ModelPhase AfterChange
public static final ModelLifecycleEvent.ModelPhase Reset
public static ModelLifecycleEvent.ModelPhase[] values()
for (ModelLifecycleEvent.ModelPhase c : ModelLifecycleEvent.ModelPhase.values()) System.out.println(c);
public static ModelLifecycleEvent.ModelPhase 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 nullCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.