
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.DaysOfWeekEnum
Packages that use DaysOfWeekEnum
-
Uses of DaysOfWeekEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DaysOfWeekEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<DaysOfWeekEnum> HealthcareService.AvailableTime.addDaysOfWeek()
Add a value for daysOfWeek ()ca.uhn.fhir.model.primitive.BoundCodeDt
<DaysOfWeekEnum> HealthcareService.AvailableTime.addDaysOfWeek
(DaysOfWeekEnum theValue) Add a value for daysOfWeek () using an enumerated type.List
<ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum>> HealthcareService.AvailableTime.getDaysOfWeek()
Gets the value(s) for daysOfWeek ().ca.uhn.fhir.model.primitive.BoundCodeDt
<DaysOfWeekEnum> HealthcareService.AvailableTime.getDaysOfWeekFirstRep()
Gets the first repetition for daysOfWeek (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DaysOfWeekEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<DaysOfWeekEnum> HealthcareService.AvailableTime.addDaysOfWeek
(DaysOfWeekEnum theValue) Add a value for daysOfWeek () using an enumerated type.HealthcareService.AvailableTime.setDaysOfWeek
(DaysOfWeekEnum theValue) Sets the value(s), and clears any existing value(s) for daysOfWeek ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DaysOfWeekEnumModifier and TypeMethodDescriptionHealthcareService.AvailableTime.setDaysOfWeek
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<DaysOfWeekEnum>> theValue) Sets the value(s) for daysOfWeek () -
Uses of DaysOfWeekEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type DaysOfWeekEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<DaysOfWeekEnum> DaysOfWeekEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return DaysOfWeekEnumModifier and TypeMethodDescriptionstatic DaysOfWeekEnum
Returns the enumerated value associated with this codestatic DaysOfWeekEnum
Returns the enum constant of this type with the specified name.static DaysOfWeekEnum[]
DaysOfWeekEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.