Uses of Class
com.hack23.cia.model.external.itsyourparliament.voteinfo.impl.VoteDecision

Packages that use VoteDecision
com.hack23.cia.model.external.itsyourparliament.voteinfo.impl   
 

Uses of VoteDecision in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl
 

Fields in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl declared as VoteDecision
protected  VoteDecision Vote.mepvote
           
 

Fields in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl with type parameters of type VoteDecision
static javax.persistence.metamodel.SingularAttribute<Vote,VoteDecision> Vote_.mepvote
           
 

Methods in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl that return VoteDecision
static VoteDecision VoteDecision.fromValue(String v)
           
 VoteDecision Vote.getMepvote()
          Gets the value of the mepvote property.
static VoteDecision VoteDecision.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VoteDecision[] VoteDecision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.external.itsyourparliament.voteinfo.impl with parameters of type VoteDecision
 void Vote.setMepvote(VoteDecision value)
          Sets the value of the mepvote property.
 Vote Vote.withMepvote(VoteDecision value)
           
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.