Uses of Class
cz.cuni.amis.pogamut.defcon.consts.VoteType

Packages that use VoteType
cz.cuni.amis.pogamut.defcon.communication.messages.commands   
cz.cuni.amis.pogamut.defcon.consts   
 

Uses of VoteType in cz.cuni.amis.pogamut.defcon.communication.messages.commands
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands that return VoteType
 VoteType SendVote.getVoteType()
          Type of vote.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type VoteType
 SendVote SendVote.setVoteType(VoteType voteType)
          Type of vote.
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type VoteType
SendVote(VoteType voteType, Vote vote)
          Creates new instance of command SendVote.
 

Uses of VoteType in cz.cuni.amis.pogamut.defcon.consts
 

Methods in cz.cuni.amis.pogamut.defcon.consts that return VoteType
static VoteType VoteType.getEnum(int id)
           
static VoteType VoteType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VoteType[] VoteType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.