
Uses of Enum Class
org.hl7.fhir.dstu2.model.Timing.UnitsOfTime
Packages that use Timing.UnitsOfTime
-
Uses of Timing.UnitsOfTime in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Timing.UnitsOfTimeModifier and TypeFieldDescriptionprotected Enumeration<Timing.UnitsOfTime> Timing.TimingRepeatComponent.durationUnitsThe units of time for the duration, in UCUM units.protected Enumeration<Timing.UnitsOfTime> Timing.TimingRepeatComponent.periodUnitsThe units of time for the period in UCUM units.Methods in org.hl7.fhir.dstu2.model that return Timing.UnitsOfTimeModifier and TypeMethodDescriptionstatic Timing.UnitsOfTimeTiming.TimingRepeatComponent.getDurationUnits()Timing.TimingRepeatComponent.getPeriodUnits()static Timing.UnitsOfTimeReturns the enum constant of this class with the specified name.static Timing.UnitsOfTime[]Timing.UnitsOfTime.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Timing.UnitsOfTimeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.getDurationUnitsElement()Timing.TimingRepeatComponent.getPeriodUnitsElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Timing.UnitsOfTimeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setDurationUnits(Timing.UnitsOfTime value) Timing.TimingRepeatComponent.setPeriodUnits(Timing.UnitsOfTime value) Timing.UnitsOfTimeEnumFactory.toCode(Timing.UnitsOfTime code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Timing.UnitsOfTimeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setDurationUnitsElement(Enumeration<Timing.UnitsOfTime> value) Timing.TimingRepeatComponent.setPeriodUnitsElement(Enumeration<Timing.UnitsOfTime> value)