|
Griffon 0.9.5-rc2 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum
griffon.core.ApplicationPhase
public enum ApplicationPhase extends Enum
Defines the application life-cycle phases.
| Enum Constant Summary | |
|---|---|
INITIALIZE
|
|
MAIN
|
|
READY
|
|
SHUTDOWN
|
|
STARTUP
|
|
| Method Summary | |
|---|---|
ApplicationPhase
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
ApplicationPhase[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Enum | |
|---|---|
| name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
ApplicationPhase INITIALIZE
ApplicationPhase MAIN
ApplicationPhase READY
ApplicationPhase SHUTDOWN
ApplicationPhase STARTUP
| Method Detail |
|---|
ApplicationPhase valueOf(String name)
ApplicationPhase[] values()
Groovy Documentation