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

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

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

Fields in com.hack23.cia.model.external.riksdagen.personlista.impl declared as RoleStatus
protected  RoleStatus AssignmentElement.roleCode
           
protected  RoleStatus PersonElement.status
           
protected  RoleStatus AssignmentElement.status
           
 

Fields in com.hack23.cia.model.external.riksdagen.personlista.impl with type parameters of type RoleStatus
static javax.persistence.metamodel.SingularAttribute<AssignmentElement,RoleStatus> AssignmentElement_.roleCode
           
static javax.persistence.metamodel.SingularAttribute<PersonElement,RoleStatus> PersonElement_.status
           
static javax.persistence.metamodel.SingularAttribute<AssignmentElement,RoleStatus> AssignmentElement_.status
           
 

Methods in com.hack23.cia.model.external.riksdagen.personlista.impl that return RoleStatus
static RoleStatus RoleStatus.fromValue(String v)
           
 RoleStatus AssignmentElement.getRoleCode()
          Gets the value of the roleCode property.
 RoleStatus PersonElement.getStatus()
          Gets the value of the status property.
 RoleStatus AssignmentElement.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.personlista.impl with parameters of type RoleStatus
 void AssignmentElement.setRoleCode(RoleStatus value)
          Sets the value of the roleCode property.
 void PersonElement.setStatus(RoleStatus value)
          Sets the value of the status property.
 void AssignmentElement.setStatus(RoleStatus value)
          Sets the value of the status property.
 AssignmentElement AssignmentElement.withRoleCode(RoleStatus value)
           
 PersonElement PersonElement.withStatus(RoleStatus value)
           
 AssignmentElement AssignmentElement.withStatus(RoleStatus value)
           
 



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