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

Packages that use SexType
com.hack23.cia.model.external.riksdagen.person.impl   
com.hack23.cia.service.api   
 

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

Fields in com.hack23.cia.model.external.riksdagen.person.impl declared as SexType
protected  SexType PersonData.gender
           
 

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

Methods in com.hack23.cia.model.external.riksdagen.person.impl that return SexType
static SexType SexType.fromValue(String v)
           
 SexType PersonData.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.person.impl with parameters of type SexType
 void PersonData.setGender(SexType value)
          Sets the value of the gender property.
 PersonData PersonData.withGender(SexType value)
           
 

Uses of SexType in com.hack23.cia.service.api
 

Fields in com.hack23.cia.service.api with type parameters of type SexType
 Map<SexType,Integer> DataSummary.sexMap
          The sex map.
 

Constructor parameters in com.hack23.cia.service.api with type arguments of type SexType
DataSummary(long personSize, long voteSize, long totalBallotVotes, long documentElementSize, long documentContentSize, long documentStatusSize, long committeeProposalSize, Map<RoleStatus,Integer> roleStatusMap, Map<SexType,Integer> sexMap, Map<Integer,Integer> bornYearMap)
          Instantiates a new data summary.
 



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