Uses of Class
com.ibm.fhir.model.type.code.DeviceMetricColor.ValueSet
-
Packages that use DeviceMetricColor.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of DeviceMetricColor.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return DeviceMetricColor.ValueSet Modifier and Type Method Description static DeviceMetricColor.ValueSetDeviceMetricColor.ValueSet. from(String value)Factory method for creating DeviceMetricColor.ValueSet values from a passed string value.DeviceMetricColor.ValueSetDeviceMetricColor. getValueAsEnumConstant()static DeviceMetricColor.ValueSetDeviceMetricColor.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceMetricColor.ValueSet[]DeviceMetricColor.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type DeviceMetricColor.ValueSet Modifier and Type Method Description static DeviceMetricColorDeviceMetricColor. of(DeviceMetricColor.ValueSet value)Factory method for creating DeviceMetricColor objects from a passed enum value.DeviceMetricColor.BuilderDeviceMetricColor.Builder. value(DeviceMetricColor.ValueSet value)
-