Uses of Class
ca.uhn.fhir.model.dstu2.valueset.EventTimingEnum
-
Packages that use EventTimingEnum Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.valueset -
-
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 EventTimingEnum Modifier and Type Method Description ca.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 EventTimingEnum Modifier and Type Method Description TimingDt.RepeatTimingDt.Repeat. setWhen(EventTimingEnum theValue)Sets the value(s) for when ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type EventTimingEnum Modifier and Type Method Description TimingDt.RepeatTimingDt.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 EventTimingEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<EventTimingEnum>EventTimingEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return EventTimingEnum Modifier and Type Method Description static EventTimingEnumEventTimingEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic EventTimingEnumEventTimingEnum. valueOf(String name)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.
-