Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.DaysOfWeekEnum
-
Uses of DaysOfWeekEnum in ca.uhn.fhir.model.dstu2.resource
Modifier 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.Modifier 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 ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<DaysOfWeekEnum> DaysOfWeekEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.