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

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

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

Fields in com.hack23.cia.model.external.riksdagen.person.impl declared as RoleStatus
protected  RoleStatus AssignmentData.roleCode
           
protected  RoleStatus PersonData.status
           
protected  RoleStatus AssignmentData.status
           
 

Fields in com.hack23.cia.model.external.riksdagen.person.impl with type parameters of type RoleStatus
static javax.persistence.metamodel.SingularAttribute<AssignmentData,RoleStatus> AssignmentData_.roleCode
           
static javax.persistence.metamodel.SingularAttribute<PersonData,RoleStatus> PersonData_.status
           
static javax.persistence.metamodel.SingularAttribute<AssignmentData,RoleStatus> AssignmentData_.status
           
 

Methods in com.hack23.cia.model.external.riksdagen.person.impl that return RoleStatus
static RoleStatus RoleStatus.fromValue(String v)
           
 RoleStatus AssignmentData.getRoleCode()
          Gets the value of the roleCode property.
 RoleStatus PersonData.getStatus()
          Gets the value of the status property.
 RoleStatus AssignmentData.getStatus()
          Gets the value of the status property.
static RoleStatus RoleStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RoleStatus[] RoleStatus.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 RoleStatus
 void AssignmentData.setRoleCode(RoleStatus value)
          Sets the value of the roleCode property.
 void PersonData.setStatus(RoleStatus value)
          Sets the value of the status property.
 void AssignmentData.setStatus(RoleStatus value)
          Sets the value of the status property.
 AssignmentData AssignmentData.withRoleCode(RoleStatus value)
           
 PersonData PersonData.withStatus(RoleStatus value)
           
 AssignmentData AssignmentData.withStatus(RoleStatus value)
           
 

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

Fields in com.hack23.cia.service.api with type parameters of type RoleStatus
 Map<RoleStatus,Integer> DataSummary.roleStatusMap
          The role status map.
 

Constructor parameters in com.hack23.cia.service.api with type arguments of type RoleStatus
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.
 

Uses of RoleStatus in com.hack23.cia.service.external.riksdagen.api
 

Fields in com.hack23.cia.service.external.riksdagen.api declared as RoleStatus
static RoleStatus[] RiksdagenApi.closed
          The Constant closed.
 



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