| Package | Description |
|---|---|
| org.chorem.pollen | |
| org.chorem.pollen.business.persistence |
| Modifier and Type | Method and Description |
|---|---|
ChoiceType |
PollenConfiguration.getDefaultChoiceType() |
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceType |
PollAbstract.choiceType
Nom de l'attribut en BD : choiceType
|
| Modifier and Type | Method and Description |
|---|---|
ChoiceType |
PollAbstract.getChoiceType() |
ChoiceType |
Poll.getChoiceType() |
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 |
|---|---|
List<E> |
PollDAOAbstract.findAllByChoiceType(ChoiceType v) |
E |
PollDAOAbstract.findByChoiceType(ChoiceType v) |
void |
PollAbstract.setChoiceType(ChoiceType choiceType) |
void |
Poll.setChoiceType(ChoiceType choiceType) |
Copyright © 2009–2014 CodeLutin. All rights reserved.