Uses of Class
org.directdemocracyportal.democracy.model.world.Vote.Position

Packages that use Vote.Position
Package Description
org.directdemocracyportal.democracy.model.world   
 

Uses of Vote.Position in org.directdemocracyportal.democracy.model.world
 

Methods in org.directdemocracyportal.democracy.model.world that return Vote.Position
Modifier and Type Method and Description
 Vote.Position VoteResult.getFinalPosition()
          Gets the final position.
 Vote.Position Vote.getPosition()
          Gets the position.
static Vote.Position Vote.Position.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Vote.Position[] Vote.Position.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.directdemocracyportal.democracy.model.world with parameters of type Vote.Position
Modifier and Type Method and Description
 void VoteResult.setFinalPosition(Vote.Position finalPosition)
          Sets the final position.
 void Vote.setPosition(Vote.Position position)
          Sets the position.
 



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