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