Uses of Enum Class
com.blockchyp.client.dto.HealthcareType
Packages that use HealthcareType
-
Uses of HealthcareType in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return HealthcareTypeModifier and TypeMethodDescriptionHealthcareGroup.getType()Gets the type of healthcare cost.static HealthcareTypeReturns the enum constant of this class with the specified name.static HealthcareType[]HealthcareType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blockchyp.client.dto with parameters of type HealthcareTypeModifier and TypeMethodDescriptionvoidHealthcareGroup.setType(HealthcareType value) Sets the type of healthcare cost.