Package | Description |
---|---|
votorola.a |
Providing application-specific library code for Votorola:
an experimental technology for the public guidance of electoral systems,
executive offices, legislatures, and other decision systems.
|
Modifier and Type | Method and Description |
---|---|
VoteServer.TestUseMode |
VoteServer.ConstructionContext.getTestUseMode() |
VoteServer.TestUseMode |
VoteServer.testUseMode()
The test use mode of this vote-server, which determines whether users may log in
under aliases for test purposes.
|
static VoteServer.TestUseMode |
VoteServer.TestUseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoteServer.TestUseMode[] |
VoteServer.TestUseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VoteServer.ConstructionContext.setTestUseMode(VoteServer.TestUseMode testUseMode)
Sets the test use mode of the vote-server.
|