| Package | Description |
|---|---|
| org.jrebirth.af.core.command.basic.stage |
Provides useful commands to manage
Stage. |
| Modifier and Type | Field and Description |
|---|---|
private StageAction |
StageWaveBuilder.action
The action to perform for this stage.
|
private StageAction |
StageWaveBean.action
The action.
|
| Modifier and Type | Method and Description |
|---|---|
StageAction |
StageWaveBean.getAction()
Gets the action.
|
static StageAction |
StageAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StageAction[] |
StageAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StageWaveBuilder |
StageWaveBuilder.action(StageAction action)
Define action to process.
|
void |
StageWaveBean.setAction(StageAction action)
Sets the action.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.