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

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

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

Fields in com.hack23.cia.model.external.riksdagen.personlista.impl declared as SexType
protected  SexType PersonElement.gender
           
 

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

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



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