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

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

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

Fields in com.hack23.cia.model.external.riksdagen.votering.impl declared as BallotType
protected  BallotType VoteData.ballotType
           
 

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

Methods in com.hack23.cia.model.external.riksdagen.votering.impl that return BallotType
static BallotType BallotType.fromValue(String v)
           
 BallotType VoteData.getBallotType()
          Gets the value of the ballotType property.
static BallotType BallotType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BallotType[] BallotType.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 BallotType
 void VoteData.setBallotType(BallotType value)
          Sets the value of the ballotType property.
 VoteData VoteData.withBallotType(BallotType value)
           
 



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