| Package | Description |
|---|---|
| org.chorem.pollen.common | |
| org.chorem.pollen.votecounting.dto |
Data Transfert Objects.
|
| Modifier and Type | Method and Description |
|---|---|
static PollType |
PollType.valueOf(int ordinal) |
static PollType |
PollType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollType[] |
PollType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PollType |
PollDTO.getPollType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PollDTO.setPollType(PollType pollType) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.