| Package | Description |
|---|---|
| org.chorem.pollen | |
| org.chorem.pollen.business.persistence |
| Modifier and Type | Method and Description |
|---|---|
PollType |
PollenConfiguration.getDefaultPollType() |
| Modifier and Type | Field and Description |
|---|---|
protected PollType |
PollAbstract.pollType
Nom de l'attribut en BD : pollType
|
| Modifier and Type | Method and Description |
|---|---|
PollType |
PollAbstract.getPollType() |
PollType |
Poll.getPollType() |
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 |
|---|---|
List<E> |
PollDAOAbstract.findAllByPollType(PollType v) |
E |
PollDAOAbstract.findByPollType(PollType v) |
void |
PollAbstract.setPollType(PollType pollType) |
void |
Poll.setPollType(PollType pollType) |
Copyright © 2009–2013 CodeLutin. All rights reserved.