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 TypeMethodDescriptionvoid
Person.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_TO
Donate to other blood group.private static final Map<BloodGroup,
List<BloodGroup>> BloodGroup.DONATE_TO
Donate to other blood group.private static final Map<BloodGroup,
List<BloodGroup>> BloodGroup.RECEIVE_FROM
Receive from other blood group.private static final Map<BloodGroup,
List<BloodGroup>> BloodGroup.RECEIVE_FROM
Receive from other blood group.Methods in de.powerstat.validation.values that return BloodGroupModifier and TypeMethodDescriptionstatic BloodGroup
BloodGroup factory.static BloodGroup
Returns 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 TypeMethodDescriptionboolean
BloodGroup.couldDonateTo
(BloodGroup other) Could donate blood to other blood group.boolean
BloodGroup.couldReceiveFrom
(BloodGroup other) Could receive blood from other blood group.