Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.EventTimingEnum
-
Uses of EventTimingEnum in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<EventTimingEnum> TimingDt.Repeat.getWhenElement()
Gets the value(s) for when ().Modifier and TypeMethodDescriptionTimingDt.Repeat.setWhen
(EventTimingEnum theValue) Sets the value(s) for when ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<EventTimingEnum> EventTimingEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.