
Uses of Enum
org.hl7.fhir.dstu2.model.DeviceMetric.DeviceMetricColor
Packages that use DeviceMetric.DeviceMetricColor
-
Uses of DeviceMetric.DeviceMetricColor in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DeviceMetric.DeviceMetricColorModifier and TypeFieldDescriptionprotected Enumeration
<DeviceMetric.DeviceMetricColor> DeviceMetric.color
Describes the color representation for the metric.Methods in org.hl7.fhir.dstu2.model that return DeviceMetric.DeviceMetricColorModifier and TypeMethodDescriptionDeviceMetric.getColor()
Returns the enum constant of this type with the specified name.static DeviceMetric.DeviceMetricColor[]
DeviceMetric.DeviceMetricColor.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DeviceMetric.DeviceMetricColorMethods in org.hl7.fhir.dstu2.model with parameters of type DeviceMetric.DeviceMetricColorModifier and TypeMethodDescriptionDeviceMetric.setColor
(DeviceMetric.DeviceMetricColor value) DeviceMetric.DeviceMetricColorEnumFactory.toCode
(DeviceMetric.DeviceMetricColor code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type DeviceMetric.DeviceMetricColorModifier and TypeMethodDescriptionDeviceMetric.setColorElement
(Enumeration<DeviceMetric.DeviceMetricColor> value)