Uses of Class
org.directdemocracyportal.democracy.model.application.Action

Packages that use Action
Package Description
org.directdemocracyportal.democracy.model.application   
 

Uses of Action in org.directdemocracyportal.democracy.model.application
 

Methods in org.directdemocracyportal.democracy.model.application that return Action
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.
 

Methods in org.directdemocracyportal.democracy.model.application with parameters of type Action
Modifier and Type Method and Description
 void Event.setAction(Action action)
          Sets the action.
 void RoleAction.setAction(Action action)
          Sets the action.
 

Constructors in org.directdemocracyportal.democracy.model.application with parameters of type Action
Constructor and Description
Event(User user, Action action, java.util.Date time)
          Instantiates a new event.
 



Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.