
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.UnitsOfTimeEnum
Packages that use UnitsOfTimeEnum
-
Uses of UnitsOfTimeEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type UnitsOfTimeEnumModifier 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 ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type UnitsOfTimeEnumModifier and TypeMethodDescriptionTimingDt.Repeat.setDurationUnits
(UnitsOfTimeEnum theValue) Sets the value(s) for durationUnits ()TimingDt.Repeat.setPeriodUnits
(UnitsOfTimeEnum theValue) Sets the value(s) for periodUnits ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type UnitsOfTimeEnumModifier 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type UnitsOfTimeEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<UnitsOfTimeEnum> UnitsOfTimeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return UnitsOfTimeEnumModifier 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.