Uses of Enum Class
de.powerstat.validation.values.BloodGroup
Packages that use BloodGroup
Package
Description
Validation entity classes.
Validation value classes.
-
Uses of BloodGroup in de.powerstat.validation.entities
Fields in de.powerstat.validation.entities with type parameters of type BloodGroupMethods in de.powerstat.validation.entities that return types with arguments of type BloodGroupMethods in de.powerstat.validation.entities with parameters of type BloodGroupModifier and TypeMethodDescriptionvoidPerson.setBloodGroup(BloodGroup bloodGroup) Set blood group. -
Uses of BloodGroup in de.powerstat.validation.values
Fields in de.powerstat.validation.values with type parameters of type BloodGroupModifier and TypeFieldDescriptionprivate static final Map<BloodGroup,List<BloodGroup>> BloodGroup.DONATE_TODonate to other blood group.private static final Map<BloodGroup,List<BloodGroup>> BloodGroup.DONATE_TODonate to other blood group.private static final Map<BloodGroup,List<BloodGroup>> BloodGroup.RECEIVE_FROMReceive from other blood group.private static final Map<BloodGroup,List<BloodGroup>> BloodGroup.RECEIVE_FROMReceive from other blood group.Methods in de.powerstat.validation.values that return BloodGroupModifier and TypeMethodDescriptionstatic BloodGroupBloodGroup factory.static BloodGroupReturns the enum constant of this class with the specified name.static BloodGroup[]BloodGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.powerstat.validation.values with parameters of type BloodGroupModifier and TypeMethodDescriptionbooleanBloodGroup.couldDonateTo(BloodGroup other) Could donate blood to other blood group.booleanBloodGroup.couldReceiveFrom(BloodGroup other) Could receive blood from other blood group.