public static enum DeviceMetric.DeviceMetricColor extends Enum<DeviceMetric.DeviceMetricColor>
| Enum Constant and Description |
|---|
BLACK
Color for representation - black.
|
BLUE
Color for representation - blue.
|
CYAN
Color for representation - cyan.
|
GREEN
Color for representation - green.
|
MAGENTA
Color for representation - magenta.
|
NULL
added to help the parsers with the generic types
|
RED
Color for representation - red.
|
WHITE
Color for representation - white.
|
YELLOW
Color for representation - yellow.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceMetric.DeviceMetricColor |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DeviceMetric.DeviceMetricColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceMetric.DeviceMetricColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceMetric.DeviceMetricColor BLACK
public static final DeviceMetric.DeviceMetricColor RED
public static final DeviceMetric.DeviceMetricColor GREEN
public static final DeviceMetric.DeviceMetricColor YELLOW
public static final DeviceMetric.DeviceMetricColor BLUE
public static final DeviceMetric.DeviceMetricColor MAGENTA
public static final DeviceMetric.DeviceMetricColor CYAN
public static final DeviceMetric.DeviceMetricColor WHITE
public static final DeviceMetric.DeviceMetricColor NULL
public static DeviceMetric.DeviceMetricColor[] values()
for (DeviceMetric.DeviceMetricColor c : DeviceMetric.DeviceMetricColor.values()) System.out.println(c);
public static DeviceMetric.DeviceMetricColor valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DeviceMetric.DeviceMetricColor fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.