Uses of Class
nl.paston.apollon.model.person.Person.Type
-
Packages that use Person.Type Package Description nl.paston.apollon.model nl.paston.apollon.model.dto nl.paston.apollon.model.person nl.paston.apollon.model.projections -
-
Uses of Person.Type in nl.paston.apollon.model
Methods in nl.paston.apollon.model that return types with arguments of type Person.Type Modifier and Type Method Description Map<Person.Type,Person>Policy. getPersons()Methods in nl.paston.apollon.model with parameters of type Person.Type Modifier and Type Method Description Optional<Person>Policy. getPerson(Person.Type type)voidPolicy. removePerson(Person.Type type)voidPolicy. setPerson(Person.Type type, Person person)Adds default type to the person of Type.POLICYHOLDERMethod parameters in nl.paston.apollon.model with type arguments of type Person.Type Modifier and Type Method Description voidPolicy. addAllPersons(Map<Person.Type,Person> newPersons) -
Uses of Person.Type in nl.paston.apollon.model.dto
Methods in nl.paston.apollon.model.dto that return Person.Type Modifier and Type Method Description Person.TypePersonDTO. getType()Methods in nl.paston.apollon.model.dto that return types with arguments of type Person.Type Modifier and Type Method Description Map<Person.Type,PersonDTO>PolicyDTO. getPersons()Methods in nl.paston.apollon.model.dto with parameters of type Person.Type Modifier and Type Method Description voidPersonDTO. setType(Person.Type type)Method parameters in nl.paston.apollon.model.dto with type arguments of type Person.Type Modifier and Type Method Description voidPolicyDTO. setPersons(Map<Person.Type,Person> persons) -
Uses of Person.Type in nl.paston.apollon.model.person
Methods in nl.paston.apollon.model.person that return Person.Type Modifier and Type Method Description Person.TypePerson. getType()static Person.TypePerson.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Person.Type[]Person.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.paston.apollon.model.person with parameters of type Person.Type Modifier and Type Method Description voidPerson. setType(Person.Type type) -
Uses of Person.Type in nl.paston.apollon.model.projections
Methods in nl.paston.apollon.model.projections that return types with arguments of type Person.Type Modifier and Type Method Description Map<Person.Type,Person>PolicyDetails. getPersons()Method parameters in nl.paston.apollon.model.projections with type arguments of type Person.Type Modifier and Type Method Description voidPolicyDetails. setPersons(Map<Person.Type,Person> persons)
-