Uses of Class
org.chorem.pollen.common.PollType

Packages that use PollType
org.chorem.pollen.common   
org.chorem.pollen.votecounting.dto   
 

Uses of PollType in org.chorem.pollen.common
 

Methods in org.chorem.pollen.common that return PollType
static PollType PollType.valueOf(java.lang.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.
 

Uses of PollType in org.chorem.pollen.votecounting.dto
 

Methods in org.chorem.pollen.votecounting.dto that return PollType
 PollType PollDTO.getTypePoll()
           
 

Methods in org.chorem.pollen.votecounting.dto with parameters of type PollType
 void PollDTO.setTypePoll(PollType typePoll)
           
 

Constructors in org.chorem.pollen.votecounting.dto with parameters of type PollType
PollDTO(java.lang.String idPoll, int maxChoicesByPerson, PollType typePoll, VoteCountingType typeVoteCounting)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.