Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.DeviceMetricColorEnum
-
Uses of DeviceMetricColorEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<DeviceMetricColorEnum> DeviceMetric.getColorElement()
Gets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white).Modifier and TypeMethodDescriptionDeviceMetric.setColor
(DeviceMetricColorEnum theValue) Sets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white)Modifier and TypeMethodDescriptionDeviceMetric.setColor
(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricColorEnum> theValue) Sets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white) -
Uses of DeviceMetricColorEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<DeviceMetricColorEnum> DeviceMetricColorEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic DeviceMetricColorEnum
Returns the enumerated value associated with this codestatic DeviceMetricColorEnum
Returns the enum constant of this type with the specified name.static DeviceMetricColorEnum[]
DeviceMetricColorEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.