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

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

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

Fields in com.hack23.cia.model.external.riksdagen.votering.impl declared as SexType
protected  SexType VoteData.gender
           
 

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

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



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