|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
org.directdemocracyportal.democracy.model.world |
Uses of Vote.Position in org.directdemocracyportal.democracy.model.world |
---|
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |