
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.EventTimingEnum
Packages that use EventTimingEnum
-
Uses of EventTimingEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type EventTimingEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<EventTimingEnum> TimingDt.Repeat.getWhenElement()
Gets the value(s) for when ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type EventTimingEnumModifier and TypeMethodDescriptionTimingDt.Repeat.setWhen
(EventTimingEnum theValue) Sets the value(s) for when ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type EventTimingEnumModifier and TypeMethodDescriptionTimingDt.Repeat.setWhen
(ca.uhn.fhir.model.primitive.BoundCodeDt<EventTimingEnum> theValue) Sets the value(s) for when () -
Uses of EventTimingEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type EventTimingEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<EventTimingEnum> EventTimingEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return EventTimingEnumModifier and TypeMethodDescriptionstatic EventTimingEnum
Returns the enumerated value associated with this codestatic EventTimingEnum
Returns the enum constant of this type with the specified name.static EventTimingEnum[]
EventTimingEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.