|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ActionContext> org.bibalex.daf.entities.phase.ActionContext
public enum ActionContext
Defines the context of the action.
Enum Constant Summary | |
---|---|
PostPhase
A post-phase action. |
|
PrePhase
A pre-phase action. |
Method Summary | |
---|---|
static ActionContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActionContext[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ActionContext PrePhase
public static final ActionContext PostPhase
Method Detail |
---|
public static final ActionContext[] values()
for(ActionContext c : ActionContext.values()) System.out.println(c);
public static ActionContext 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |