
Uses of Class
ca.uhn.fhir.model.dstu2.valueset.DeviceMetricColorEnum
-
Packages that use DeviceMetricColorEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of DeviceMetricColorEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DeviceMetricColorEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricColorEnum>
DeviceMetric. getColorElement()
Gets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white).Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DeviceMetricColorEnum Modifier and Type Method Description DeviceMetric
DeviceMetric. setColor(DeviceMetricColorEnum theValue)
Sets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white)Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DeviceMetricColorEnum Modifier and Type Method Description DeviceMetric
DeviceMetric. 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type DeviceMetricColorEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<DeviceMetricColorEnum>
DeviceMetricColorEnum. VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return DeviceMetricColorEnum Modifier and Type Method Description static DeviceMetricColorEnum
DeviceMetricColorEnum. forCode(String theCode)
Returns the enumerated value associated with this codestatic DeviceMetricColorEnum
DeviceMetricColorEnum. valueOf(String name)
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.
-