Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.UnitsOfTimeEnum
-
Uses of UnitsOfTimeEnum in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<UnitsOfTimeEnum> TimingDt.Repeat.getDurationUnitsElement()
Gets the value(s) for durationUnits ().ca.uhn.fhir.model.primitive.BoundCodeDt
<UnitsOfTimeEnum> TimingDt.Repeat.getPeriodUnitsElement()
Gets the value(s) for periodUnits ().Modifier and TypeMethodDescriptionTimingDt.Repeat.setDurationUnits
(UnitsOfTimeEnum theValue) Sets the value(s) for durationUnits ()TimingDt.Repeat.setPeriodUnits
(UnitsOfTimeEnum theValue) Sets the value(s) for periodUnits ()Modifier and TypeMethodDescriptionTimingDt.Repeat.setDurationUnits
(ca.uhn.fhir.model.primitive.BoundCodeDt<UnitsOfTimeEnum> theValue) Sets the value(s) for durationUnits ()TimingDt.Repeat.setPeriodUnits
(ca.uhn.fhir.model.primitive.BoundCodeDt<UnitsOfTimeEnum> theValue) Sets the value(s) for periodUnits () -
Uses of UnitsOfTimeEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<UnitsOfTimeEnum> UnitsOfTimeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic UnitsOfTimeEnum
Returns the enumerated value associated with this codestatic UnitsOfTimeEnum
Returns the enum constant of this type with the specified name.static UnitsOfTimeEnum[]
UnitsOfTimeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.