|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| org.directdemocracyportal.democracy.model.application |
| Uses of Action in org.directdemocracyportal.democracy.model.application |
|---|
| Modifier and Type | Method and Description |
|---|---|
Action |
Event.getAction()
Gets the action. |
Action |
RoleAction.getAction()
Gets the action. |
static Action |
Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setAction(Action action)
Sets the action. |
void |
RoleAction.setAction(Action action)
Sets the action. |
| Constructor and Description |
|---|
Event(User user,
Action action,
java.util.Date time)
Instantiates a new event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||