Uses of Class
com.hack23.cia.model.external.riksdagen.votering.impl.VoteDecision

Packages that use VoteDecision
com.hack23.cia.model.external.riksdagen.votering.impl   
 

Uses of VoteDecision in com.hack23.cia.model.external.riksdagen.votering.impl
 

Fields in com.hack23.cia.model.external.riksdagen.votering.impl declared as VoteDecision
protected  VoteDecision VoteData.vote
           
 

Fields in com.hack23.cia.model.external.riksdagen.votering.impl with type parameters of type VoteDecision
static javax.persistence.metamodel.SingularAttribute<VoteData,VoteDecision> VoteData_.vote
           
 

Methods in com.hack23.cia.model.external.riksdagen.votering.impl that return VoteDecision
static VoteDecision VoteDecision.fromValue(String v)
           
 VoteDecision VoteData.getVote()
          Gets the value of the vote 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.riksdagen.votering.impl with parameters of type VoteDecision
 void VoteData.setVote(VoteDecision value)
          Sets the value of the vote property.
 VoteData VoteData.withVote(VoteDecision value)
           
 



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