Uses of Enum
org.hl7.fhir.r4.model.DeviceMetric.DeviceMetricColor
Packages that use DeviceMetric.DeviceMetricColor
-
Uses of DeviceMetric.DeviceMetricColor in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceMetric.DeviceMetricColorModifier and TypeFieldDescriptionprotected Enumeration<DeviceMetric.DeviceMetricColor>DeviceMetric.colorDescribes the color representation for the metric.Methods in org.hl7.fhir.r4.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.r4.model that return types with arguments of type DeviceMetric.DeviceMetricColorModifier and TypeMethodDescriptionDeviceMetric.DeviceMetricColorEnumFactory.fromType(PrimitiveType<?> code) DeviceMetric.getColorElement()Methods in org.hl7.fhir.r4.model with parameters of type DeviceMetric.DeviceMetricColorModifier and TypeMethodDescriptionDeviceMetric.setColor(DeviceMetric.DeviceMetricColor value) DeviceMetric.DeviceMetricColorEnumFactory.toCode(DeviceMetric.DeviceMetricColor code) DeviceMetric.DeviceMetricColorEnumFactory.toSystem(DeviceMetric.DeviceMetricColor code) Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceMetric.DeviceMetricColorModifier and TypeMethodDescriptionDeviceMetric.setColorElement(Enumeration<DeviceMetric.DeviceMetricColor> value)