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

Packages that use VoteCountingType
org.chorem.pollen.common   
org.chorem.pollen.votecounting.dto Data Transfert Objects. 
 

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 VoteCountingResultDTO.getTypeVoteCounting()
           
 VoteCountingType PollDTO.getVoteCounting()
           
 

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



Copyright © 2009 CodeLutin. All Rights Reserved.