Package | Description |
---|---|
ej.wadapps.admin |
Contains applications administration tools.
|
Modifier and Type | Method and Description |
---|---|
Application.State |
Application.getState()
Returns the current application state.
|
static Application.State |
Application.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Application.State[] |
Application.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|