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

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

Uses of VoteCountingType in org.chorem.pollen.common
 

Methods in org.chorem.pollen.common that return VoteCountingType
static VoteCountingType VoteCountingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VoteCountingType[] VoteCountingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.chorem.pollen.votecounting.dto that return VoteCountingType
 VoteCountingType PollDTO.getTypeVoteCounting()
           
 VoteCountingType VoteCountingResultDTO.getTypeVoteCounting()
           
 

Methods in org.chorem.pollen.votecounting.dto with parameters of type VoteCountingType
 void PollDTO.setTypeVoteCounting(VoteCountingType typeVoteCounting)
           
 void VoteCountingResultDTO.setTypeVoteCounting(VoteCountingType typeVoteCounting)
           
 

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



Copyright © 2009 CodeLutin. All Rights Reserved.